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.
2 parents d6b6ff2 + 8cf4586 commit 883d353Copy full SHA for 883d353
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