Skip to content

Commit e12c95a

Browse files
committed
Fix docblock
1 parent 1ddddf2 commit e12c95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InstallResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class InstallResult
2525
private $missingExtensions;
2626

2727
/**
28-
* @param string $exitCode
28+
* @param int $exitCode
2929
* @param string $output
3030
*/
3131
public function __construct($exitCode, $output)

0 commit comments

Comments
 (0)