Test Failed
Branch master (eabb56)
by Andrey
13:23
created
Category
src/TypeResolver/Middleware/Next.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
 
23 23
     public function resolve(mixed $type): Webonyx\Type
24 24
     {
25
-        if (! isset($this->queue)) {
25
+        if (!isset($this->queue)) {
26 26
             throw new NextHandlerIsEmptyException('Cannot invoke pipeline resolver more than once');
27 27
         }
28 28
 
Please login to merge, or discard this patch.