From 10b11bd8a8d50fb1b1cb9178fe17d155e431c378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=A9rub=C3=A9?= Date: Sat, 17 Aug 2019 21:33:51 -0600 Subject: [PATCH] fix code style errors --- tests/Handlers/ErrorHandlerTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Handlers/ErrorHandlerTest.php b/tests/Handlers/ErrorHandlerTest.php index f6456f505..8993cc3ab 100644 --- a/tests/Handlers/ErrorHandlerTest.php +++ b/tests/Handlers/ErrorHandlerTest.php @@ -337,9 +337,9 @@ public function testDefaultErrorRenderer() public function testLogErrorRenderer() { - $renderer = function () { - return 'error'; - }; + $renderer = function () { + return ''; + }; $callableResolverProphecy = $this->prophesize(CallableResolverInterface::class); $callableResolverProphecy