Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Aug 2, 2022
1 parent 5d30210 commit aeccc4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/ParserTest.php
Expand Up @@ -2921,7 +2921,8 @@ private function assertSameData($expected, $actual)
$this->assertEquals($expected, $actual);
$this->assertSame(
var_export($expected, true),
var_export($actual, true));
var_export($actual, true)
);
}
}

Expand Down

0 comments on commit aeccc4d

Please sign in to comment.