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 411ea7d commit a5222f5Copy full SHA for a5222f5
Command/CachePoolInvalidateTagsCommand.php
@@ -92,7 +92,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
92
if ($errors) {
93
$io->error('Done but with errors.');
94
95
- return 2;
+ return 1;
96
}
97
98
$io->success('Successfully invalidated cache tags.');
0 commit comments