@@ -9,7 +9,6 @@ |
||
9 | 9 | use Psr\Log\LoggerInterface; |
10 | 10 | use Psr\Log\NullLogger; |
11 | 11 | use SimpleXMLElement; |
12 | -use Ups\Exception\InvalidResponseException; |
|
13 | 12 | use Ups\Exception\RequestException; |
14 | 13 | |
15 | 14 | class Request implements RequestInterface, LoggerAwareInterface |
@@ -145,7 +145,7 @@ discard block |
||
145 | 145 | } |
146 | 146 | |
147 | 147 | /** |
148 | - * @param $access |
|
148 | + * @param string $access |
|
149 | 149 | * |
150 | 150 | * @return $this |
151 | 151 | */ |
@@ -165,7 +165,7 @@ discard block |
||
165 | 165 | } |
166 | 166 | |
167 | 167 | /** |
168 | - * @param $request |
|
168 | + * @param string $request |
|
169 | 169 | * |
170 | 170 | * @return $this |
171 | 171 | */ |
@@ -185,7 +185,7 @@ discard block |
||
185 | 185 | } |
186 | 186 | |
187 | 187 | /** |
188 | - * @param $endpointUrl |
|
188 | + * @param string $endpointUrl |
|
189 | 189 | * |
190 | 190 | * @return $this |
191 | 191 | */ |