@@ -15,7 +15,6 @@ |
||
15 | 15 | use Net\Bazzline\Component\CodeGenerator\Factory\MethodGeneratorFactory; |
16 | 16 | use Net\Bazzline\Component\CodeGenerator\Factory\PropertyGeneratorFactory; |
17 | 17 | use Net\Bazzline\Component\Locator\Configuration\Configuration; |
18 | -use Net\Bazzline\Component\Locator\Configuration\Instance; |
|
19 | 18 | use Net\Bazzline\Component\Locator\Generator\AbstractGenerator; |
20 | 19 | use Net\Bazzline\Component\Locator\RuntimeException; |
21 | 20 |
@@ -479,7 +479,7 @@ |
||
479 | 479 | } |
480 | 480 | |
481 | 481 | /** |
482 | - * @param $methodBodyBuilderClassName |
|
482 | + * @param string $methodBodyBuilderClassName |
|
483 | 483 | * @return \Net\Bazzline\Component\Locator\MethodBodyBuilder\MethodBodyBuilderInterface |
484 | 484 | * @throws RuntimeException |
485 | 485 | */ |