Passed
Branch master (927b24)
by Dmitry
03:06
created
src/Directive/Wait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     }
41 41
 
42 42
     protected function wait($unitOfTime, $multiplier) {
43
-       $this->steps->add("I wait {$this->timeToWait} {$unitOfTime}");
43
+        $this->steps->add("I wait {$this->timeToWait} {$unitOfTime}");
44 44
 
45 45
         usleep($this->timeToWait * $multiplier);
46 46
     }
Please login to merge, or discard this patch.