Skip to content

Commit 2a66149

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: remove an invalid test [Translation] fix support of `TranslatableInterface` in `IdentityTranslator` Fix various bool-type coercions
2 parents 875ed29 + 7308912 commit 2a66149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Iterator/FilecontentFilterIteratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public static function getTestFilterData()
7272

7373
$inner[] = new MockSplFileInfo([
7474
'name' => 'unreadable-file.txt',
75-
'contents' => false,
75+
'contents' => '',
7676
'type' => 'file',
7777
'mode' => 'r+', ]
7878
);

0 commit comments

Comments
 (0)