From 578f847c028d9d43e08c711cde7102eede39fc0a Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 20 Nov 2018 17:17:28 +0100 Subject: [PATCH] fix cs --- src/Symfony/Component/Console/Tester/TesterTrait.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */