@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | * |
71 | 71 | * Example: you give it ('users/{id}/stores', 100) it returns 'users/100/stores' |
72 | 72 | * |
73 | - * @param $endpoint |
|
73 | + * @param string $endpoint |
|
74 | 74 | * @param $id |
75 | 75 | * @param bool $skipEncoding |
76 | 76 | * @param string $replace |
@@ -192,7 +192,7 @@ discard block |
||
192 | 192 | } |
193 | 193 | |
194 | 194 | /** |
195 | - * @param $keys |
|
195 | + * @param string[] $keys |
|
196 | 196 | * @param $response |
197 | 197 | */ |
198 | 198 | public function assertResponseContainKeys($keys, $response) |