Passed
Push — master ( 577b1c...f24633 )
by Maurício
03:03 queued 12s
created
src/Components/WithKeyword.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      */
51 51
     public static function build($component): string
52 52
     {
53
-        if (! isset($component->statement)) {
53
+        if (!isset($component->statement)) {
54 54
             throw new RuntimeException('No statement inside WITH');
55 55
         }
56 56
 
Please login to merge, or discard this patch.