@@ -60,6 +60,9 @@ |
||
60 | 60 | $this->config = $config; |
61 | 61 | } |
62 | 62 | |
63 | + /** |
|
64 | + * @param string $method |
|
65 | + */ |
|
63 | 66 | public function call($method, Entity\RequestObject $obj) |
64 | 67 | { |
65 | 68 | try { |
@@ -11,8 +11,6 @@ |
||
11 | 11 | /** |
12 | 12 | * Exception constructor. |
13 | 13 | * |
14 | - * @param object|null $object |
|
15 | - * @param string $message |
|
16 | 14 | */ |
17 | 15 | public function __construct($invalid) |
18 | 16 | { |
@@ -12,7 +12,6 @@ |
||
12 | 12 | * Exception constructor. |
13 | 13 | * |
14 | 14 | * @param array $errors |
15 | - * @param string $message |
|
16 | 15 | */ |
17 | 16 | public function __construct($errors) |
18 | 17 | { |