[FrameworkBundle] Fix wrong returned status code in ConfigDebugCommand

This commit is contained in:
Jan Schädlich 2019-10-02 12:47:49 +02:00
parent db9ef8ae17
commit 9b5ced20bb

View File

@ -104,7 +104,7 @@ EOF
} catch (LogicException $e) {
$errorIo->error($e->getMessage());
return;
return 1;
}
$io->title(sprintf('Current configuration for "%s.%s"', $extensionAlias, $path));