Passed
Push — master ( 6c8733...940b4b )
by Andrey
01:00 queued 14s
created
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.