forked from async-aws/aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm.baseline
50 lines (50 loc) · 1.96 KB
/
psalm.baseline
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="dev-master@91e76f7173238bc59194f51d0bb08f61b0d17f98">
<file src="src/Integration/Laravel/Cache/src/ServiceProvider.php">
<UndefinedInterfaceMethod occurrences="1">
<code>$this->app</code>
</UndefinedInterfaceMethod>
<UndefinedMethod occurrences="2">
<code>getPrefix</code>
<code>repository</code>
</UndefinedMethod>
</file>
<file src="src/Integration/Laravel/Filesystem/src/ServiceProvider.php">
<UndefinedInterfaceMethod occurrences="1">
<code>$this->app</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Integration/Laravel/Mail/src/ServiceProvider.php">
<UndefinedInterfaceMethod occurrences="1">
<code>$this->app</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Integration/Laravel/Mail/src/Transport/AsyncAwsSesTransport.php">
<InvalidArgument occurrences="1"/>
</file>
<file src="src/Integration/Laravel/Queue/src/ServiceProvider.php">
<UndefinedInterfaceMethod occurrences="1">
<code>$this->app</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Integration/Symfony/Bundle/src/DependencyInjection/Configuration.php">
<PossiblyNullReference occurrences="1">
<code>scalarNode</code>
</PossiblyNullReference>
<PossiblyUndefinedMethod occurrences="1">
<code>scalarNode</code>
</PossiblyUndefinedMethod>
</file>
<file src="src/Service/Lambda/src/Result/PublishLayerVersionResponse.php">
<LessSpecificReturnStatement occurrences="1"/>
<MoreSpecificReturnType occurrences="1"/>
</file>
<file src="src/Service/Lambda/src/Result/ListLayerVersionsResponse.php">
<LessSpecificReturnStatement occurrences="1"/>
<MoreSpecificReturnType occurrences="1"/>
</file>
<file src="src/Service/CloudFormation/src/Result/DescribeStacksOutput.php">
<LessSpecificReturnStatement occurrences="1"/>
<MoreSpecificReturnType occurrences="1"/>
</file>
</files>