Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 10, 2018
1 parent 8cb1821 commit e6bdf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Foundation/Testing/TestResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ public function assertSessionHasNoErrors()

PHPUnit::assertFalse(
$hasErrors,
'Session has unexpected errors: '.PHP_EOL.
'Session has unexpected errors: '.PHP_EOL.PHP_EOL.
json_encode($errors, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES)
);

Expand Down

0 comments on commit e6bdf8a

Please sign in to comment.