Failed Conditions
Pull Request — master (#162)
by
unknown
05:20
created
src/ComposerRequireChecker/Cli/CheckCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -161,7 +161,7 @@
 block discarded – undo
161 161
         $paths[] = $projectDir . \DIRECTORY_SEPARATOR . 'vendor';
162 162
 
163 163
         foreach ($paths as $path) {
164
-            $autoloaderPath = $path .  \DIRECTORY_SEPARATOR . '/autoload.php';
164
+            $autoloaderPath = $path . \DIRECTORY_SEPARATOR . '/autoload.php';
165 165
             if (file_exists($autoloaderPath)) {
166 166
                 return $autoloaderPath;
167 167
             }
Please login to merge, or discard this patch.