1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00

Fix code style

This commit is contained in:
Niklas Keller 2019-05-14 21:44:44 +02:00 committed by Aaron Piotrowski
parent c12828081f
commit 214443b8c6

View File

@ -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)