@@ -93,7 +93,7 @@ |
||
93 | 93 | } |
94 | 94 | |
95 | 95 | /** |
96 | - * @param $columnName |
|
96 | + * @param string $columnName |
|
97 | 97 | * @param string $sorting |
98 | 98 | * |
99 | 99 | * @deprecated Use groupBy() |
@@ -139,7 +139,7 @@ |
||
139 | 139 | * Build not array argument value statement. |
140 | 140 | * |
141 | 141 | * @param string $columnType Table column type |
142 | - * @param mixed $value Table column value |
|
142 | + * @param string $value Table column value |
|
143 | 143 | * @param string $relation Table column relation to value |
144 | 144 | * |
145 | 145 | * @return string Not array argument relation with value statement |
@@ -34,7 +34,6 @@ discard block |
||
34 | 34 | * OOP constructor. |
35 | 35 | * |
36 | 36 | * @param Generator $generator Code generation instance |
37 | - * @param \samsonframework\orm\generator\metadata\GenericMetadata $Generic Entity query metadata |
|
38 | 37 | */ |
39 | 38 | public function __construct(Generator $generator, $metadata) |
40 | 39 | { |
@@ -46,7 +45,7 @@ discard block |
||
46 | 45 | /** |
47 | 46 | * Generic class generation. |
48 | 47 | * |
49 | - * @param Generic|metadata\GenericMetadata $metadata Entity metadata |
|
48 | + * @param Generic $metadata Entity metadata |
|
50 | 49 | * |
51 | 50 | * @return string Generated PHP class code |
52 | 51 | */ |