@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | * @param InputInterface $input |
| 49 | 49 | * @param OutputInterface $output |
| 50 | 50 | * |
| 51 | - * @return mixed |
|
| 51 | + * @return User |
|
| 52 | 52 | */ |
| 53 | 53 | protected function createUser( |
| 54 | 54 | InputInterface $input, |
@@ -279,7 +279,7 @@ discard block |
||
| 279 | 279 | } |
| 280 | 280 | |
| 281 | 281 | /** |
| 282 | - * @return User[] |
|
| 282 | + * @return \Traversable |
|
| 283 | 283 | */ |
| 284 | 284 | protected function findUsers() |
| 285 | 285 | { |
@@ -94,7 +94,7 @@ |
||
| 94 | 94 | |
| 95 | 95 | /** |
| 96 | 96 | * @param string $url The url to test. |
| 97 | - * @param null $expectedStatus The expected status code. Null if login is expected. |
|
| 97 | + * @param integer|null $expectedStatus The expected status code. Null if login is expected. |
|
| 98 | 98 | * @param User $user The user to test or null for anonymous. |
| 99 | 99 | */ |
| 100 | 100 | protected function assertAccessRights($url, $expectedStatus = null, User $user = null) |