@@ -40,8 +40,8 @@ |
||
40 | 40 | public function getDetailedErrorHandler(); |
41 | 41 | |
42 | 42 | /** |
43 | - * @return Handler |
|
44 | - */ |
|
43 | + * @return Handler |
|
44 | + */ |
|
45 | 45 | public function getErrorHandler(); |
46 | 46 | |
47 | 47 | /** |
@@ -49,9 +49,9 @@ |
||
49 | 49 | * |
50 | 50 | ********************************************************* */ |
51 | 51 | |
52 | - /** |
|
53 | - * @return int|null A handler may return nothing, or a Handler::HANDLE_* constant |
|
54 | - */ |
|
52 | + /** |
|
53 | + * @return int|null A handler may return nothing, or a Handler::HANDLE_* constant |
|
54 | + */ |
|
55 | 55 | public function handle() |
56 | 56 | { |
57 | 57 | $r = new ReflectionMethod($this->effectiveHandler, 'getException'); |