Skip to content

Commit 326b985

Browse files
committed
Fix build
1 parent 2450222 commit 326b985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ public function dataReportPossiblyNonexistentArrayOffset(): iterable
762762
yield [false, false, []];
763763
yield [false, true, [
764764
[
765-
"Offset string might not exist on array{foo: 1}.",
765+
'Offset string might not exist on array{foo: 1}.',
766766
20,
767767
],
768768
]];

0 commit comments

Comments
 (0)