Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3835573

Browse files
[FrameworkBundle] minor fix
1 parent 927f408 commit 3835573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
9292
if ($errors) {
9393
$io->error('Done but with errors.');
9494

95-
return 2;
95+
return 1;
9696
}
9797

9898
$io->success('Successfully invalidated cache tags.');

0 commit comments

Comments
 (0)