@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | * |
86 | 86 | * @param mixed $level DESCRIPTION |
87 | 87 | * |
88 | - * @return mixed |
|
88 | + * @return ErrorlogHandler |
|
89 | 89 | * |
90 | 90 | * @access public |
91 | 91 | */ |
@@ -100,7 +100,7 @@ discard block |
||
100 | 100 | * |
101 | 101 | * @param mixed $bool DESCRIPTION |
102 | 102 | * |
103 | - * @return mixed |
|
103 | + * @return ErrorlogHandler |
|
104 | 104 | * @access public |
105 | 105 | */ |
106 | 106 | public function setRethrow($bool) |
@@ -161,7 +161,7 @@ discard block |
||
161 | 161 | * @param Exception $exception DESCRIPTION |
162 | 162 | * @param Response $response DESCRIPTION |
163 | 163 | * |
164 | - * @return mixed |
|
164 | + * @return Response |
|
165 | 165 | * |
166 | 166 | * @access protected |
167 | 167 | */ |
@@ -21,10 +21,8 @@ |
||
21 | 21 | |
22 | 22 | use Psr\Http\Message\ResponseInterface as Response; |
23 | 23 | use Psr\Http\Message\ServerRequestInterface as Request; |
24 | - |
|
25 | 24 | use Psr\Log\LoggerInterface as Logger; |
26 | 25 | use Psr\Log\LogLevel as Level; |
27 | - |
|
28 | 26 | use Exception; |
29 | 27 | |
30 | 28 | /** |