@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | * @param $endpoint |
| 34 | 34 | * @param string $verb |
| 35 | 35 | * @param array $data |
| 36 | - * @param bool|true $protected |
|
| 36 | + * @param boolean $protected |
|
| 37 | 37 | * @param array $header |
| 38 | 38 | * |
| 39 | 39 | * @throws \Symfony\Component\Debug\Exception\UndefinedMethodException |
@@ -191,7 +191,7 @@ discard block |
||
| 191 | 191 | } |
| 192 | 192 | |
| 193 | 193 | /** |
| 194 | - * @param $keys |
|
| 194 | + * @param string[] $keys |
|
| 195 | 195 | * @param $response |
| 196 | 196 | */ |
| 197 | 197 | public function assertResponseContainKeys($keys, $response) |
@@ -379,7 +379,7 @@ discard block |
||
| 379 | 379 | * |
| 380 | 380 | * Example: you give it ('users/{id}/stores', 100) it returns 'users/100/stores' |
| 381 | 381 | * |
| 382 | - * @param $endpoint |
|
| 382 | + * @param string $endpoint |
|
| 383 | 383 | * @param $id |
| 384 | 384 | * |
| 385 | 385 | * @return mixed |