@@ -132,7 +132,7 @@ |
||
132 | 132 | } |
133 | 133 | |
134 | 134 | /** |
135 | - * @param LifecycleEventArgs $eventArgs |
|
135 | + * @param PostFlushEventArgs $eventArgs |
|
136 | 136 | * @since 0.27 |
137 | 137 | */ |
138 | 138 | public function postFlush(PostFlushEventArgs $eventArgs) |
@@ -129,7 +129,7 @@ discard block |
||
129 | 129 | /** |
130 | 130 | * Gets the name of a file |
131 | 131 | * |
132 | - * @return mixed |
|
132 | + * @return string |
|
133 | 133 | */ |
134 | 134 | public function getName() |
135 | 135 | { |
@@ -197,7 +197,7 @@ discard block |
||
197 | 197 | /** |
198 | 198 | * Gets the uploaded date of a file |
199 | 199 | * |
200 | - * @return mixed |
|
200 | + * @return null|\DateTime |
|
201 | 201 | */ |
202 | 202 | public function getDateUploaded() |
203 | 203 | { |
@@ -233,7 +233,7 @@ discard block |
||
233 | 233 | /** |
234 | 234 | * Gets the length of the file |
235 | 235 | * |
236 | - * @return mixed |
|
236 | + * @return string|null |
|
237 | 237 | */ |
238 | 238 | public function getLength() |
239 | 239 | { |
@@ -40,7 +40,7 @@ |
||
40 | 40 | /** |
41 | 41 | * List users |
42 | 42 | * |
43 | - * @return \Zend\Http\Response|ViewModel |
|
43 | + * @return \Core\Controller\Plugin\CreatePaginator |
|
44 | 44 | */ |
45 | 45 | public function listAction() |
46 | 46 | { |
@@ -97,7 +97,7 @@ |
||
97 | 97 | /** |
98 | 98 | * Set the allow multiple selections flag. |
99 | 99 | * |
100 | - * @param Callable|bool $flagOrCallback When a Callable is passed, it must return bool. |
|
100 | + * @param \Closure $flagOrCallback When a Callable is passed, it must return bool. |
|
101 | 101 | * |
102 | 102 | * @return self |
103 | 103 | */ |
@@ -93,7 +93,7 @@ |
||
93 | 93 | * @param array $data Form values |
94 | 94 | * @param Collection $object |
95 | 95 | * |
96 | - * @return object |
|
96 | + * @return NodeInterface |
|
97 | 97 | */ |
98 | 98 | public function hydrate(array $data, $object) |
99 | 99 | { |