diff --git a/src/Symfony/Component/Console/Tester/TesterTrait.php b/src/Symfony/Component/Console/Tester/TesterTrait.php index 4e1e0795ca..a257fc2ddb 100644 --- a/src/Symfony/Component/Console/Tester/TesterTrait.php +++ b/src/Symfony/Component/Console/Tester/TesterTrait.php @@ -79,8 +79,8 @@ trait TesterTrait /** * Sets the user inputs. * - * @param $inputs array An array of strings representing each input - * passed to the command input stream + * @param array $inputs An array of strings representing each input + * passed to the command input stream * * @return self */