@@ -42,7 +42,7 @@ discard block |
||
| 42 | 42 | * @param Closure $test |
| 43 | 43 | * @param string $suiteName |
| 44 | 44 | * @param string $successMessage |
| 45 | - * @param int|null $exceptionCode |
|
| 45 | + * @param integer $exceptionCode |
|
| 46 | 46 | * @param string $exceptionClass |
| 47 | 47 | * @param string $exceptionMsg |
| 48 | 48 | * @return Suite |
@@ -433,7 +433,7 @@ discard block |
||
| 433 | 433 | * @param string $testName |
| 434 | 434 | * @param Closure $test |
| 435 | 435 | * @param string $successMessage |
| 436 | - * @param int|null $exceptionCode |
|
| 436 | + * @param integer $exceptionCode |
|
| 437 | 437 | * @param string $exceptionClass |
| 438 | 438 | * @return Suite |
| 439 | 439 | * @throws AssertionFailedException |
@@ -1014,7 +1014,7 @@ discard block |
||
| 1014 | 1014 | /** |
| 1015 | 1015 | * Log messages to resource |
| 1016 | 1016 | * |
| 1017 | - * @param mixed $level The level of the log message |
|
| 1017 | + * @param string $level The level of the log message |
|
| 1018 | 1018 | * @param string $message If an object is passed it must implement __toString() |
| 1019 | 1019 | * @param array $context Placeholders to be substituted in the message |
| 1020 | 1020 | */ |
@@ -1091,7 +1091,7 @@ discard block |
||
| 1091 | 1091 | } |
| 1092 | 1092 | |
| 1093 | 1093 | /** |
| 1094 | - * @return mixed|resource |
|
| 1094 | + * @return resource |
|
| 1095 | 1095 | * @throws \Exception |
| 1096 | 1096 | */ |
| 1097 | 1097 | protected function getResource() |