From 214443b8c683081bd9f870552d15b1096981c59f Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Tue, 14 May 2019 21:44:44 +0200 Subject: [PATCH] Fix code style --- test/CoroutineTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/CoroutineTest.php b/test/CoroutineTest.php index 9617670..3693cc0 100644 --- a/test/CoroutineTest.php +++ b/test/CoroutineTest.php @@ -487,8 +487,7 @@ class CoroutineTest extends BaseTest yield new Success; return call(function () use ($exception) { - return new class($exception) - { + return new class($exception) { private $exception; public function __construct(\Throwable $exception)