@@ -104,7 +104,7 @@ |
||
104 | 104 | * See the class description for which kind of additional options are supported/mandatory. |
105 | 105 | * |
106 | 106 | * @param callable $handler |
107 | - * @return callable |
|
107 | + * @return \Closure |
|
108 | 108 | */ |
109 | 109 | public function __invoke(callable $handler) : callable |
110 | 110 | { |
@@ -89,7 +89,7 @@ |
||
89 | 89 | /** |
90 | 90 | * {@inheritDoc} |
91 | 91 | * |
92 | - * @param oauth2\Token $token |
|
92 | + * @param auth\interfaces\Token $token |
|
93 | 93 | */ |
94 | 94 | public function request(string $method, string $url, auth\interfaces\Token $token = null, array $options = []) : Promise |
95 | 95 | { |