Skip to content

Commit e7928a8

Browse files
Update Psalm baseline
1 parent 05cbc0e commit e7928a8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.psalm/baseline.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,9 @@
11891189
<code>$suite</code>
11901190
<code>$suite</code>
11911191
</PossiblyNullArgument>
1192+
<PossiblyUndefinedArrayOffset occurrences="1">
1193+
<code>$_SERVER['argv']</code>
1194+
</PossiblyUndefinedArrayOffset>
11921195
<RedundantCondition occurrences="1">
11931196
<code>$testSuite !== null</code>
11941197
</RedundantCondition>
@@ -1258,6 +1261,9 @@
12581261
<PossiblyNullPropertyAssignmentValue occurrences="1">
12591262
<code>$loader</code>
12601263
</PossiblyNullPropertyAssignmentValue>
1264+
<PossiblyUndefinedArrayOffset occurrences="1">
1265+
<code>$_SERVER['PHP_SELF']</code>
1266+
</PossiblyUndefinedArrayOffset>
12611267
<PossiblyUndefinedVariable occurrences="2">
12621268
<code>$whitelistFromConfigurationFile</code>
12631269
<code>$whitelistFromOption</code>
@@ -1551,6 +1557,9 @@
15511557
</UndefinedInterfaceMethod>
15521558
</file>
15531559
<file src="src/Util/PHP/DefaultPhpProcess.php">
1560+
<DocblockTypeContradiction occurrences="1">
1561+
<code>is_array($envVar)</code>
1562+
</DocblockTypeContradiction>
15541563
<MissingParamType occurrences="1">
15551564
<code>$pipe</code>
15561565
</MissingParamType>

0 commit comments

Comments
 (0)