@@ -62,7 +62,7 @@ |
||
| 62 | 62 | * Adds authors to the docblock of the given struct |
| 63 | 63 | * |
| 64 | 64 | * @param AbstractPhpStruct $struct |
| 65 | - * @param array $package |
|
| 65 | + * @param PackageSchema $package |
|
| 66 | 66 | */ |
| 67 | 67 | public function addAuthors(AbstractPhpStruct $struct, PackageSchema $package) { |
| 68 | 68 | $docblock = $struct->getDocblock(); |
@@ -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; |
@@ -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 | } |