Passed
Pull Request — master (#334)
by Antoine
12:24
created
src/Components/WithKeyword.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -38,11 +38,11 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.