Skip to content

Commit 193070b

Browse files
Merge branch '4.4' into 5.1
* 4.4: µCS fix
2 parents 6ea9049 + 059999b commit 193070b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Dumper/CliDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public function testFlags()
320320
*/
321321
public function testThrowingCaster()
322322
{
323-
$out = fopen('php://memory', 'r+b');
323+
$out = fopen('php://memory', 'r+');
324324

325325
require_once __DIR__.'/../Fixtures/Twig.php';
326326
$twig = new \__TwigTemplate_VarDumperFixture_u75a09(new Environment(new FilesystemLoader()));

0 commit comments

Comments
 (0)