We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c9489 commit 39f4eb7Copy full SHA for 39f4eb7
Command/YamlLintCommand.php
@@ -85,7 +85,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
85
throw new \RuntimeException(sprintf('File or directory "%s" is not readable', $filename));
86
}
87
88
- $files = array();
89
if (is_file($filename)) {
90
$files = array($filename);
91
} elseif (is_dir($filename)) {
0 commit comments