Skip to content
This repository was archived by the owner on Apr 26, 2020. It is now read-only.

Commit bf380e1

Browse files
committed
Fix bug with warnings
1 parent 5350ab8 commit bf380e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Console/Command.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
104104
} else {
105105
$output->writeln('<comment>Already up-to-date.</comment>');
106106
}
107+
108+
// Force exit to prevent warnings
109+
die(0);
107110
}
108111
}

0 commit comments

Comments
 (0)