CodeSniffer initial steps
This commit is contained in:
@ -25,8 +25,8 @@ class CommandShow extends Command
|
||||
$output->writeln('Reading from: '.$input->getArgument('config'));
|
||||
try {
|
||||
$config = Yaml::parseFile($input->getArgument('config'));
|
||||
} catch (ParseException $exception) {
|
||||
$output->writeln('Unable to parse the YAML string: '. $exception->getMessage());
|
||||
} catch (ParseException $e) {
|
||||
$output->writeln('Unable to parse the YAML string: '. $e->getMessage());
|
||||
}
|
||||
$table = new Table($output);
|
||||
$table
|
||||
|
Reference in New Issue
Block a user