@@ -22,7 +22,7 @@ |
||
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 |