@@ -40,7 +40,7 @@ |
||
| 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 | } |