Skip to content

Commit

Permalink
fix code style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed Aug 18, 2019
1 parent 9efd5cb commit 10b11bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Handlers/ErrorHandlerTest.php
Expand Up @@ -337,9 +337,9 @@ public function testDefaultErrorRenderer()

public function testLogErrorRenderer()
{
$renderer = function () {
return 'error';
};
$renderer = function () {
return '';
};

$callableResolverProphecy = $this->prophesize(CallableResolverInterface::class);
$callableResolverProphecy
Expand Down

0 comments on commit 10b11bd

Please sign in to comment.