Passed
Pull Request — master (#481)
by
unknown
02:50
created
src/Components/WithKeyword.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.