We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d3ed98 commit 8cf4586Copy full SHA for 8cf4586
Command/ContainerLintCommand.php
@@ -74,7 +74,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
74
return 1;
75
}
76
77
- $io->success('The container was lint successfully: all services are injected with values that are compatible with their type declarations.');
+ $io->success('The container was linted successfully: all services are injected with values that are compatible with their type declarations.');
78
79
return 0;
80
0 commit comments