@@ -49,7 +49,7 @@ |
||
| 49 | 49 | } |
| 50 | 50 | |
| 51 | 51 | /** |
| 52 | - * @param string $directory |
|
| 52 | + * @param string $rootDirectory |
|
| 53 | 53 | * @param string $rootNamespace |
| 54 | 54 | * @return string |
| 55 | 55 | */ |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace RoundingWell\Schematic; |
| 4 | 4 | |
| 5 | -use PhpParser\Builder; |
|
| 6 | 5 | use PhpParser\BuilderFactory; |
| 7 | 6 | use RoundingWell\Schematic\Schema\ObjectSchema; |
| 8 | 7 | |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | } |
| 36 | 36 | |
| 37 | 37 | return array_map( |
| 38 | - function (File $file) use ($printer) { |
|
| 38 | + function(File $file) use ($printer) { |
|
| 39 | 39 | $directory = $file->directory($this->directory, $this->psr4namespace); |
| 40 | 40 | $filename = $file->filename(); |
| 41 | 41 | |