10000 Readded 'the' to the exception message · symfony/symfony@f1cf2f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f1cf2f5

Browse files
Readded 'the' to the exception message
1 parent 459fdb8 commit f1cf2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/EventListener/SuggestMissingPackageSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function onConsoleError(ConsoleErrorEvent $event): void
7070
return;
7171
}
7272

73-
$message = sprintf("%s\n\nYou may be looking for a command provided by \"%s\" which is currently not installed. Try running \"composer require %s\".", $error->getMessage(), $suggestion[0], $suggestion[1]);
73+
$message = sprintf("%s\n\nYou may be looking for a command provided by the \"%s\" which is currently not installed. Try running \"composer require %s\".", $error->getMessage(), $suggestion[0], $suggestion[1]);
7474
$event->setError(new CommandNotFoundException($message));
7575
}
7676

0 commit comments

Comments
 (0)
0