@@ -51,7 +51,7 @@ |
||
51 | 51 | */ |
52 | 52 | public static function build($component, array $options = []): string |
53 | 53 | { |
54 | - if (! isset($component->statement)) { |
|
54 | + if (!isset($component->statement)) { |
|
55 | 55 | throw new RuntimeException('No statement inside WITH'); |
56 | 56 | } |
57 | 57 |