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 d1d1360 commit 7308912Copy full SHA for 7308912
Tests/Iterator/FilecontentFilterIteratorTest.php
@@ -72,7 +72,7 @@ public static function getTestFilterData()
72
73
$inner[] = new MockSplFileInfo([
74
'name' => 'unreadable-file.txt',
75
- 'contents' => false,
+ 'contents' => '',
76
'type' => 'file',
77
'mode' => 'r+', ]
78
);
0 commit comments