@@ -297,7 +297,7 @@ discard block |
||
297 | 297 | } |
298 | 298 | |
299 | 299 | /** |
300 | - * @param $exceptionClass |
|
300 | + * @param string $exceptionClass |
|
301 | 301 | * @return Assert |
302 | 302 | */ |
303 | 303 | public function setExceptionClass($exceptionClass) |
@@ -1353,7 +1353,7 @@ discard block |
||
1353 | 1353 | /** |
1354 | 1354 | * Alias of {@see choice()} |
1355 | 1355 | * |
1356 | - * @param array $choices |
|
1356 | + * @param integer[] $choices |
|
1357 | 1357 | * @param string|null $message |
1358 | 1358 | * @param string|null $fieldName |
1359 | 1359 | * @return Assert |
@@ -2593,7 +2593,7 @@ discard block |
||
2593 | 2593 | } |
2594 | 2594 | |
2595 | 2595 | /** |
2596 | - * @param $func |
|
2596 | + * @param string $func |
|
2597 | 2597 | * @param $args |
2598 | 2598 | * @return bool |
2599 | 2599 | * @throws AssertionFailedException |