Skip to content

Commit

Permalink
Add extra line to avoid weird alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed May 3, 2020
1 parent 6cfee0d commit 0d94c5f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ public function testDoesNotRequireQueryForServerVersion() : void

public function testRestoresErrorHandlerOnException() : void
{
$handler = static function () : bool {
$handler = static function () : bool {
self::fail('Never expected this to be called');
};

$defaultHandler = set_error_handler($handler);

try {
Expand Down

0 comments on commit 0d94c5f

Please sign in to comment.