@@ -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 | |