|
@@ -91,7 +91,7 @@ |
|
|
block discarded – undo |
|
91
|
91
|
$this->output->section(sprintf('Directory "%s" parsing begins.', $sourcePath)); |
|
92
|
92
|
|
|
93
|
93
|
// Check if source directory exists |
|
94
|
|
- if (! $this->fileSystem->has($sourcePath)) { |
|
|
94
|
+ if (!$this->fileSystem->has($sourcePath)) { |
|
95
|
95
|
throw new FileNotFoundException(sprintf('The source directory "%s" does not exist', $sourcePath)); |
|
96
|
96
|
} |
|
97
|
97
|
if ($this->fileSystem->get($sourcePath)->getType() !== 'dir') { |
Please login to merge, or discard this patch.