Skip to content

Commit 059999b

Browse files
µCS fix
1 parent 029ccfc commit 059999b

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
@@ -348,7 +348,7 @@ public function testFlags()
348348
*/
349349
public function testThrowingCaster()
350350
{
351-
$out = fopen('php://memory', 'r+b');
351+
$out = fopen('php://memory', 'r+');
352352

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

0 commit comments

Comments
 (0)