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 b7555dc + a5222f5 commit c82adf2Copy full SHA for c82adf2
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