@@ -212,6 +212,7 @@ |
||
212 | 212 | /** |
213 | 213 | * Gets a result payload. |
214 | 214 | * |
215 | + * @param string $key |
|
215 | 216 | * @return array|mixed Payload |
216 | 217 | */ |
217 | 218 | public function getPayload($key = null) |
@@ -461,7 +461,7 @@ |
||
461 | 461 | * Build router settings. |
462 | 462 | * This implementation build action map for resource routes based on Service actions. |
463 | 463 | * |
464 | - * @return array |
|
464 | + * @return callable |
|
465 | 465 | */ |
466 | 466 | public function routerDefaultOptions() |
467 | 467 | { |
@@ -10,7 +10,6 @@ |
||
10 | 10 | */ |
11 | 11 | |
12 | 12 | use Cake\Core\Configure; |
13 | -use Cake\Core\Plugin; |
|
14 | 13 | use Cake\Mailer\Email; |
15 | 14 | use Cake\Utility\Security; |
16 | 15 |