@@ -35,7 +35,7 @@ |
||
| 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]) |