Completed
Push — master ( 56e02c...ae42ca )
by Greg
01:46
created
src/GherkinParam.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     'filter' => '/[{}]/',
39 39
     'config' => '/(?:^config)?:([A-z0-9_-]+)+(?=:|$)/',
40 40
     'array'  => '/^(?P<var>[A-z0-9_-]+)(?:\[(?P<key>.+)])$/'
41
-   ];
41
+    ];
42 42
 
43 43
   /**
44 44
    * Parse param and replace {{.*}} by its Fixtures::get() value if exists
Please login to merge, or discard this patch.