@@ -30,10 +30,10 @@ discard block |
||
| 30 | 30 | public $loggedInTestingUser; |
| 31 | 31 | |
| 32 | 32 | /** |
| 33 | - * @param $endpoint |
|
| 33 | + * @param string $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) |