Skip to content

Commit f603c06

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: Fix TranslationTrait for multiple domains Fix parameter types for ProcessHelper::mustRun() Fix: Wording Remove return void PHPDoc in test
2 parents 5e8247b + 1a6c117 commit f603c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)