We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e2c39 commit 326b4abCopy full SHA for 326b4ab
1 file changed
psalm-baseline.xml
@@ -123,6 +123,9 @@
123
<UndefinedInterfaceMethod occurrences="1">
124
<code>genericInstances</code>
125
</UndefinedInterfaceMethod>
126
+ <TypeDoesNotContainType occurrences="1">
127
+ <code>!$connection instanceof ConnectionInterface</code>
128
+ </TypeDoesNotContainType>
129
</file>
130
<file src="src/Panel/VariablesPanel.php">
131
<InvalidArgument occurrences="1">
@@ -152,8 +155,9 @@
152
155
<DeprecatedMethod occurrences="1">
153
156
<code>makeNeatArray</code>
154
157
</DeprecatedMethod>
- <InvalidArgument occurrences="1">
158
+ <InvalidArgument occurrences="2">
159
<code>$value</code>
160
+ <code>$values</code>
161
</InvalidArgument>
162
163
</files>
0 commit comments