Skip to content

Commit 91e5173

Browse files
committed
Fix Style CI.
1 parent ba674c6 commit 91e5173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/Scheduling/ScheduleTestCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function handle(Schedule $schedule)
5555
$commandBinary = Application::phpBinary().' '.Application::artisanBinary();
5656

5757
$matches = array_filter($commandNames, function ($commandName) use ($commandBinary, $name) {
58-
return trim(Str::replace($commandBinary, '', $commandName)) === $name;
58+
return trim(Str::replace($commandBinary, '', $commandName)) === $name;
5959
});
6060

6161
if (count($matches) !== 1) {

0 commit comments

Comments
 (0)