@@ -112,7 +112,7 @@ |
||
112 | 112 | } |
113 | 113 | |
114 | 114 | /** |
115 | - * @param string|Model $class |
|
115 | + * @param string|null $class |
|
116 | 116 | * @return ModelConfigurationInterface |
117 | 117 | */ |
118 | 118 | public function getModel($class) |
@@ -71,7 +71,7 @@ discard block |
||
71 | 71 | /** |
72 | 72 | * FormDefault constructor. |
73 | 73 | * |
74 | - * @param array $elements |
|
74 | + * @param Element\Checkbox[] $elements |
|
75 | 75 | */ |
76 | 76 | public function __construct(array $elements = []) |
77 | 77 | { |
@@ -190,7 +190,7 @@ discard block |
||
190 | 190 | * @deprecated 4.5.0 |
191 | 191 | * @see getElements() |
192 | 192 | * |
193 | - * @return Collection[] |
|
193 | + * @return FormElementsCollection |
|
194 | 194 | */ |
195 | 195 | public function getItems() |
196 | 196 | { |