Completed
Pull Request — master (#52)
by Aleh
05:06 queued 26s
created
src/Padawan/Command/ListCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         /** @var Project */
36 36
         $project = $projectRepository->findByPath($path);
37 37
         $classesList = [];
38
-        $dto = function ($class) use ($path, $pathResolver) {
38
+        $dto = function($class) use ($path, $pathResolver) {
39 39
             return [
40 40
                 'fqcn' => $class->fqcn->toString(),
41 41
                 'filepath' => $pathResolver->join([$path, $class->file])
Please login to merge, or discard this patch.