@@ -29,8 +29,7 @@ discard block |
||
29 | 29 | |
30 | 30 | /** |
31 | 31 | * Field constructor. |
32 | - * @param FieldInterface|TypeInterface $field |
|
33 | - * @param null $relation |
|
32 | + * @param FieldInterface $field |
|
34 | 33 | */ |
35 | 34 | public function __construct(FieldInterface $field) |
36 | 35 | { |
@@ -209,7 +208,7 @@ discard block |
||
209 | 208 | } |
210 | 209 | |
211 | 210 | /** |
212 | - * @param array|string $classes |
|
211 | + * @param array|string $class |
|
213 | 212 | */ |
214 | 213 | protected function mergeClassAttribute($class) { |
215 | 214 | if (! is_array($class)) $class = [$class]; |