Completed
Push — develop ( 207acf...3360e2 )
by Paul
02:30
created
src/Executor/DirectoryExecutor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.