Completed
Branch master (2818bb)
by Greg
03:48 queued 01:45
created
src/GherkinParam.php 2 patches
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
         return $this->getValueFromConfig($arg);
43 43
       } elseif (preg_match(static::$regEx['array'], $arg)) {
44 44
         return $this->getValueFromArray($arg);
45
-      }else {
45
+      } else {
46 46
         return Fixtures::get($arg);
47 47
       }
48 48
     } else {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
         return $this->getValueFromConfig($arg);
42 42
       } elseif (preg_match(static::$regEx['array'], $arg)) {
43 43
         return $this->getValueFromArray($arg);
44
-      }else {
44
+      } else {
45 45
         return Fixtures::get($arg);
46 46
       }
47 47
     } else {
Please login to merge, or discard this patch.