This commit is contained in:
Nicolas Grekas 2018-11-20 17:17:28 +01:00
parent d30b0814c8
commit 578f847c02

View File

@ -79,8 +79,8 @@ trait TesterTrait
/** /**
* Sets the user inputs. * Sets the user inputs.
* *
* @param $inputs array An array of strings representing each input * @param array $inputs An array of strings representing each input
* passed to the command input stream * passed to the command input stream
* *
* @return self * @return self
*/ */