Completed
Push — master ( 47784a...9b364f )
by Greg
02:32
created
src/GherkinParam.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,8 @@
 block discarded – undo
17 17
 {
18 18
   // list events to listen to
19 19
   public static $events = array(
20
-		//run before any steps
21
-		'step.before' => 'beforeStep'
20
+    //run before any steps
21
+    'step.before' => 'beforeStep'
22 22
   );
23 23
   
24 24
   // parse param and replace {{.*}} by its Fixtures::get() value if exists
Please login to merge, or discard this patch.