@@ -123,7 +123,7 @@ discard block |
||
| 123 | 123 | /** |
| 124 | 124 | * render a list element from the FieldDescription. |
| 125 | 125 | * |
| 126 | - * @param mixed $object |
|
| 126 | + * @param \stdClass $object |
|
| 127 | 127 | * @param FieldDescriptionInterface $fieldDescription |
| 128 | 128 | * @param array $params |
| 129 | 129 | * |
@@ -226,7 +226,7 @@ discard block |
||
| 226 | 226 | * render a view element. |
| 227 | 227 | * |
| 228 | 228 | * @param FieldDescriptionInterface $fieldDescription |
| 229 | - * @param mixed $object |
|
| 229 | + * @param \stdClass $object |
|
| 230 | 230 | * |
| 231 | 231 | * @return string |
| 232 | 232 | */ |
@@ -365,7 +365,7 @@ discard block |
||
| 365 | 365 | /** |
| 366 | 366 | * Get the identifiers as a string that is safe to use in a url. |
| 367 | 367 | * |
| 368 | - * @param object $model |
|
| 368 | + * @param \stdClass $model |
|
| 369 | 369 | * @param AdminInterface $admin |
| 370 | 370 | * |
| 371 | 371 | * @return string string representation of the id that is safe to use in a url |
@@ -390,7 +390,7 @@ discard block |
||
| 390 | 390 | /** |
| 391 | 391 | * @param $type |
| 392 | 392 | * |
| 393 | - * @return string|bool |
|
| 393 | + * @return string|false |
|
| 394 | 394 | */ |
| 395 | 395 | public function getXEditableType($type) |
| 396 | 396 | { |
@@ -447,7 +447,7 @@ discard block |
||
| 447 | 447 | * @param FieldDescriptionInterface $fieldDescription |
| 448 | 448 | * @param string $defaultTemplate |
| 449 | 449 | * |
| 450 | - * @return \Twig_TemplateInterface |
|
| 450 | + * @return \Twig_Template |
|
| 451 | 451 | */ |
| 452 | 452 | protected function getTemplate( |
| 453 | 453 | FieldDescriptionInterface $fieldDescription, |