Skip to content

Commit ac59026

Browse files
PHPDoc update
1 parent ec3f1e2 commit ac59026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Cli/Result.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ class Result
4545
/**
4646
* Constructor
4747
*
48-
* @param string $cmd
49-
* @param integer $code
50-
* @param mixed <array|null> $output
48+
* @param string $cmd
49+
* @param integer $code
50+
* @param array $output
5151
*/
5252
public function __construct($cmd, $code, array $output = array())
5353
{

0 commit comments

Comments
 (0)