@@ -7,7 +7,6 @@ |
||
7 | 7 | use keeko\tools\generator\serializer\base\ModelSerializerTraitGenerator; |
8 | 8 | use keeko\tools\generator\serializer\SkeletonSerializerGenerator; |
9 | 9 | use keeko\tools\helpers\QuestionHelperTrait; |
10 | -use phootwork\file\File; |
|
11 | 10 | use Symfony\Component\Console\Input\InputArgument; |
12 | 11 | use Symfony\Component\Console\Input\InputInterface; |
13 | 12 | use Symfony\Component\Console\Input\InputOption; |
@@ -6,7 +6,7 @@ |
||
6 | 6 | /** |
7 | 7 | * Add default blank methods |
8 | 8 | * |
9 | - * @param string $classname |
|
9 | + * @param string $className |
|
10 | 10 | */ |
11 | 11 | public function generate($className) { |
12 | 12 | $class = $this->generateClass($className); |
@@ -8,6 +8,9 @@ |
||
8 | 8 | |
9 | 9 | protected $serializer; |
10 | 10 | |
11 | + /** |
|
12 | + * @param string $serializer |
|
13 | + */ |
|
11 | 14 | public function setSerializer($serializer) { |
12 | 15 | $this->serializer = $serializer; |
13 | 16 | } |