-
-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathpsalm-baseline.xml
29 lines (29 loc) · 1.01 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
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="6.10.1@f9fd6bc117e9ce1e854c2ed6777e7135aaa4966b">
<file src="src/Core/src/Internal/Actor.php">
<InvalidReturnStatement>
<code><![CDATA[$actor->registerInstance($ctx, $instance)]]></code>
</InvalidReturnStatement>
<NoValue>
<code><![CDATA[$injector]]></code>
<code><![CDATA[$singleton]]></code>
</NoValue>
<TooManyArguments>
<code><![CDATA[make]]></code>
</TooManyArguments>
<UnnecessaryVarAnnotation>
<code><![CDATA[Attribute\Scope]]></code>
</UnnecessaryVarAnnotation>
</file>
<file src="src/Filters/src/Attribute/Input/AbstractInput.php">
<UndefinedThisPropertyFetch>
<code><![CDATA[$this->key]]></code>
</UndefinedThisPropertyFetch>
</file>
<file src="src/Queue/src/RetryPolicy.php">
<InvalidOperand>
<code><![CDATA[$this->delay * $this->multiplier ** $attempts]]></code>
<code><![CDATA[$this->multiplier ** $attempts]]></code>
</InvalidOperand>
</file>
</files>