We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8695333 commit 6ae5249Copy full SHA for 6ae5249
tests/psalm-baseline.xml
@@ -5,5 +5,22 @@
5
<code><![CDATA[var_dump($value)]]></code>
6
7
</ForbiddenCode>
8
+ <PossiblyInvalidArgument>
9
+ <code><![CDATA[$this->curl]]></code>
10
11
+ </PossiblyInvalidArgument>
12
+ <PossiblyInvalidOperand>
13
+ <code><![CDATA[$const_value]]></code>
14
+ <code><![CDATA[$value]]></code>
15
+ </PossiblyInvalidOperand>
16
+ </file>
17
+ <file src="../src/Curl/MultiCurl.php">
18
19
+ <code><![CDATA[$this->multiCurl]]></code>
20
21
22
23
24
25
</file>
26
</files>
0 commit comments