@@ -28,7 +28,6 @@ discard block |
||
| 28 | 28 | * OOP constructor. |
| 29 | 29 | * |
| 30 | 30 | * @param Generator $generator Code generation instance |
| 31 | - * @param \samsoncms\api\generator\metadata\Generic $Generic Entity query metadata |
|
| 32 | 31 | */ |
| 33 | 32 | public function __construct(Generator $generator, $metadata) |
| 34 | 33 | { |
@@ -40,7 +39,7 @@ discard block |
||
| 40 | 39 | /** |
| 41 | 40 | * Generic class generation. |
| 42 | 41 | * |
| 43 | - * @param Generic|metadata\Generic $metadata Entity metadata |
|
| 42 | + * @param Generic $metadata Entity metadata |
|
| 44 | 43 | * |
| 45 | 44 | * @return string Generated PHP class code |
| 46 | 45 | */ |