@@ -38,11 +38,11 @@ |
||
38 | 38 | */ |
39 | 39 | public static function build($component, array $options = []) |
40 | 40 | { |
41 | - if (! $component instanceof WithKeyword) { |
|
41 | + if (!$component instanceof WithKeyword) { |
|
42 | 42 | throw new RuntimeException('Can not build a component that is not a WithKeyword'); |
43 | 43 | } |
44 | 44 | |
45 | - if (! isset($component->statement)) { |
|
45 | + if (!isset($component->statement)) { |
|
46 | 46 | throw new RuntimeException('No statement inside WITH'); |
47 | 47 | } |
48 | 48 |