-
-
Notifications
You must be signed in to change notification settings - Fork 154
Expand file tree
/
Copy pathpsalm.baseline.xml
More file actions
75 lines (75 loc) · 2.74 KB
/
psalm.baseline.xml
File metadata and controls
75 lines (75 loc) · 2.74 KB
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="6.13.1@1e3b7f0a8ab32b23197b91107adc0a7ed8a05b51">
<file src="src/Core/src/Signer/SignerV4.php">
<NoValue>
<code><![CDATA[$values]]></code>
</NoValue>
</file>
<file src="src/Core/src/Waiter.php">
<InvalidOperand>
<code><![CDATA[$delay * 1000000]]></code>
</InvalidOperand>
<PossiblyUndefinedVariable>
<code><![CDATA[$exception]]></code>
</PossiblyUndefinedVariable>
</file>
<file src="src/Integration/Aws/SimpleS3/src/SimpleS3Client.php">
<InvalidArgument>
<code><![CDATA[array_merge($options, ['Bucket' => $bucket, 'Key' => $key])]]></code>
</InvalidArgument>
</file>
<file src="src/Integration/Laravel/Cache/src/ServiceProvider.php">
<InvalidArgument>
<code><![CDATA[$config]]></code>
</InvalidArgument>
<UndefinedInterfaceMethod>
<code><![CDATA[$this->app]]></code>
</UndefinedInterfaceMethod>
<UndefinedMethod>
<code><![CDATA[getPrefix]]></code>
<code><![CDATA[repository]]></code>
</UndefinedMethod>
</file>
<file src="src/Integration/Laravel/Queue/src/ServiceProvider.php">
<UndefinedInterfaceMethod>
<code><![CDATA[$this->app]]></code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Integration/Monolog/CloudWatch/src/CloudWatchLogsHandler.php">
<DeprecatedConstant>
<code><![CDATA[Logger::DEBUG]]></code>
</DeprecatedConstant>
<InvalidArgument>
<code><![CDATA[$level]]></code>
</InvalidArgument>
<PossiblyInvalidArgument>
<code><![CDATA[$record['formatted']]]></code>
</PossiblyInvalidArgument>
<PossiblyInvalidMethodCall>
<code><![CDATA[format]]></code>
</PossiblyInvalidMethodCall>
</file>
<file src="src/Integration/Symfony/Bundle/src/DependencyInjection/Configuration.php">
<UndefinedInterfaceMethod>
<code><![CDATA[scalarNode]]></code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Service/S3/src/Signer/SignerV4ForS3.php">
<InvalidArgument>
<code><![CDATA[array_keys($s3SignerOptions)]]></code>
</InvalidArgument>
<NoValue>
<code><![CDATA[$s3SignerOptions]]></code>
</NoValue>
</file>
<file src="src/Service/StepFunctions/src/Result/StartExecutionOutput.php">
<PossiblyFalsePropertyAssignmentValue>
<code><![CDATA[$d = \DateTimeImmutable::createFromFormat('U.u', \sprintf('%.6F', $data['startDate']))]]></code>
</PossiblyFalsePropertyAssignmentValue>
</file>
<file src="src/Service/StepFunctions/src/Result/StopExecutionOutput.php">
<PossiblyFalsePropertyAssignmentValue>
<code><![CDATA[$d = \DateTimeImmutable::createFromFormat('U.u', \sprintf('%.6F', $data['stopDate']))]]></code>
</PossiblyFalsePropertyAssignmentValue>
</file>
</files>