@@ -56,6 +56,9 @@ |
||
56 | 56 | ); |
57 | 57 | } |
58 | 58 | |
59 | + /** |
|
60 | + * @return string |
|
61 | + */ |
|
59 | 62 | protected function getChoiceClass() |
60 | 63 | { |
61 | 64 | return ChoiceType::class; |
@@ -182,7 +182,7 @@ discard block |
||
182 | 182 | /** |
183 | 183 | * render a view element. |
184 | 184 | * |
185 | - * @param object $object |
|
185 | + * @param \stdClass $object |
|
186 | 186 | * |
187 | 187 | * @return string |
188 | 188 | */ |
@@ -319,7 +319,7 @@ discard block |
||
319 | 319 | /** |
320 | 320 | * Get the identifiers as a string that is safe to use in a url. |
321 | 321 | * |
322 | - * @param object $model |
|
322 | + * @param \stdClass $model |
|
323 | 323 | * |
324 | 324 | * @return string string representation of the id that is safe to use in a url |
325 | 325 | */ |
@@ -341,7 +341,7 @@ discard block |
||
341 | 341 | } |
342 | 342 | |
343 | 343 | /** |
344 | - * @return string|bool |
|
344 | + * @return string|false |
|
345 | 345 | */ |
346 | 346 | public function getXEditableType($type) |
347 | 347 | { |