@@ -41,6 +41,9 @@ discard block |
||
41 | 41 | /** @var RequestInterface Request instance */ |
42 | 42 | protected $request; |
43 | 43 | |
44 | + /** |
|
45 | + * @param Email $cms |
|
46 | + */ |
|
44 | 47 | public function authorize($cms) |
45 | 48 | { |
46 | 49 | if ($cms->isCMS()) { |
@@ -89,7 +92,6 @@ discard block |
||
89 | 92 | /** |
90 | 93 | * Application constructor. |
91 | 94 | * |
92 | - * @param string $path |
|
93 | 95 | * @param ResourcesInterface $resources |
94 | 96 | * @param SystemInterface $system |
95 | 97 | * |
@@ -241,7 +243,7 @@ discard block |
||
241 | 243 | * |
242 | 244 | * @param string $code Code password recovery |
243 | 245 | * |
244 | - * @return bool |
|
246 | + * @return null|false |
|
245 | 247 | */ |
246 | 248 | public function __confirm($code) |
247 | 249 | { |