mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix CS
This commit is contained in:
@@ -70,9 +70,9 @@ class module_console_taskrun extends Command
|
||||
|
||||
public function execute(InputInterface $input, OutputInterface $output)
|
||||
{
|
||||
try{
|
||||
try {
|
||||
$this->checkSetup();
|
||||
} catch (\RuntimeException $e){
|
||||
} catch (\RuntimeException $e) {
|
||||
return self::EXITCODE_SETUP_ERROR;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user