forked from php-runtime/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsalm.baseline.xml
44 lines (44 loc) · 1.76 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.8.1@f73f2299dbc59a3e6c4d66cff4605176e728ee69">
<file src="src/bref/src/BrefRunner.php">
<InternalClass occurrences="1">
<code>LambdaRuntime::fromEnvironmentVariable('symfony-runtime')</code>
</InternalClass>
<InternalMethod occurrences="2">
<code>LambdaRuntime::fromEnvironmentVariable('symfony-runtime')</code>
<code>processNextEvent</code>
</InternalMethod>
<InvalidReturnType occurrences="1">
<code>int</code>
</InvalidReturnType>
</file>
<file src="src/bref/src/ConsoleApplicationRunner.php">
<InternalClass occurrences="1">
<code>LambdaRuntime::fromEnvironmentVariable('symfony-runtime-console')</code>
</InternalClass>
<InternalMethod occurrences="2">
<code>LambdaRuntime::fromEnvironmentVariable('symfony-runtime-console')</code>
<code>processNextEvent</code>
</InternalMethod>
<InvalidReturnType occurrences="1">
<code>int</code>
</InvalidReturnType>
</file>
<file src="src/psr-laminas/src/Runtime.php">
<InvalidArgument occurrences="2">
<code>['emitter' => $this->options['laminas_emitter'] ?? null]</code>
<code>['emitter' => $this->options['laminas_emitter'] ?? null]</code>
</InvalidArgument>
</file>
<file src="src/psr-nyholm-laminas/src/Runtime.php">
<InvalidArgument occurrences="2">
<code>['emitter' => $this->options['laminas_emitter'] ?? null]</code>
<code>['emitter' => $this->options['laminas_emitter'] ?? null]</code>
</InvalidArgument>
</file>
<file src="src/swoole/src/SymfonyHttpBridge.php">
<InvalidScalarArgument occurrences="1">
<code>$sfResponse->getStatusCode()</code>
</InvalidScalarArgument>
</file>
</files>