forked from async-aws/aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm.baseline.xml
75 lines (75 loc) · 2.79 KB
/
psalm.baseline.xml
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="dev-master@83ca918824c0cf50eaa54e72a2d4a950c3810da9">
<file src="src/Core/src/Response.php">
<InvalidReturnType occurrences="1">
<code>ResultStream</code>
</InvalidReturnType>
</file>
<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/CloudFormation/src/Result/DescribeStacksOutput.php">
<LessSpecificReturnStatement occurrences="1">
<code>$items</code>
</LessSpecificReturnStatement>
<MoreSpecificReturnType occurrences="1">
<code>list<Capability::*></code>
</MoreSpecificReturnType>
</file>
<file src="src/Service/Lambda/src/Result/ListLayerVersionsResponse.php">
<LessSpecificReturnStatement occurrences="1">
<code>$items</code>
</LessSpecificReturnStatement>
<MoreSpecificReturnType occurrences="1">
<code>list<Runtime::*></code>
</MoreSpecificReturnType>
</file>
<file src="src/Service/Lambda/src/Result/PublishLayerVersionResponse.php">
<LessSpecificReturnStatement occurrences="1">
<code>$items</code>
</LessSpecificReturnStatement>
<MoreSpecificReturnType occurrences="1">
<code>list<Runtime::*></code>
</MoreSpecificReturnType>
</file>
<file src="src/Service/Rekognition/src/Result/IndexFacesResponse.php">
<LessSpecificReturnStatement occurrences="1">
<code>$items</code>
</LessSpecificReturnStatement>
<MoreSpecificReturnType occurrences="1">
<code>list<Reason::*></code>
</MoreSpecificReturnType>
</file>
</files>