@@ -61,7 +61,7 @@ |
||
61 | 61 | * Runs a command and compares result against expection. |
62 | 62 | * |
63 | 63 | * @param string $command The command to execute |
64 | - * @param mixed $expectedResult Expected exit code |
|
64 | + * @param integer $expectedResult Expected exit code |
|
65 | 65 | * @param string[]|null $expectedOutput Expected stdout as array of lines (null to skip check) |
66 | 66 | * @param string $message Description of the assertion |
67 | 67 | */ |