@@ -14,7 +14,6 @@ |
||
14 | 14 | use Psr\Log\LoggerInterface; |
15 | 15 | use Railt\Io\File; |
16 | 16 | use Railt\Io\Readable; |
17 | -use Railt\Reflection\Contracts\Document; |
|
18 | 17 | use Railt\Reflection\Contracts\Document as DocumentInterface; |
19 | 18 | use Railt\Reflection\Reflection; |
20 | 19 | use Railt\SDL\Compiler\Dictionary; |
@@ -16,6 +16,6 @@ |
||
16 | 16 | { |
17 | 17 | protected function parse(): void |
18 | 18 | { |
19 | - throw new \LogicException(__METHOD__ . ' not implemented yet'); |
|
19 | + throw new \LogicException(__METHOD__.' not implemented yet'); |
|
20 | 20 | } |
21 | 21 | } |