Skip to content

Commit 85e4d40

Browse files
authored
Apply fixes from StyleCI (#228)
1 parent 7e55e9b commit 85e4d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/StartRoadRunnerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ protected function calculateElapsedTime(string $elapsed): float
208208
return mb_substr($elapsed, 0, -2) * 0.001;
209209
}
210210

211-
return (float)$elapsed * 1000;
211+
return (float) $elapsed * 1000;
212212
}
213213

214214
/**

0 commit comments

Comments
 (0)