Skip to content

Commit 2a9cee8

Browse files
committed
minor symfony#44466 [FrameworkBundle] Fix typo in ContainerLintCommand (localheinz)
This PR was merged into the 5.3 branch. Discussion ---------- [FrameworkBundle] Fix typo in ContainerLintCommand | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | n/a | License | MIT | Doc PR | n/a This pull request - [x] fixes the wording of a success message 💁‍♂️ For reference, see https://en.wiktionary.org/wiki/lint#Verb. Commits ------- 3842b3a Fix: Wording
2 parents 3fe93d6 + 3842b3a commit 2a9cee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
7474
return 1;
7575
}
7676

77-
$io->success('The container was lint successfully: all services are injected with values that are compatible with their type declarations.');
77+
$io->success('The container was linted successfully: all services are injected with values that are compatible with their type declarations.');
7878

7979
return 0;
8080
}

0 commit comments

Comments
 (0)