From 79dfd7589438c620005e575217e11b66fe0e6090 Mon Sep 17 00:00:00 2001 From: apetitpa Date: Mon, 13 Mar 2017 09:41:30 +0100 Subject: [PATCH] Fixes a minor php cs error that prevents builds to pass This minor error was introduced with commit 774adca218e95d0a68f5ac1d41948dfd927899d2 --- tests/AppBundle/Command/AddUserCommandTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/AppBundle/Command/AddUserCommandTest.php b/tests/AppBundle/Command/AddUserCommandTest.php index 38335e9e6..6424f98cb 100644 --- a/tests/AppBundle/Command/AddUserCommandTest.php +++ b/tests/AppBundle/Command/AddUserCommandTest.php @@ -96,8 +96,8 @@ private function assertUserCreated($isAdmin) * This helper method abstracts the boilerplate code needed to test the * execution of a command. * - * @param array $arguments All the arguments passed when executing the command - * @param array $inputs The (optional) answers given to the command when it asks for the value of the missing arguments + * @param array $arguments All the arguments passed when executing the command + * @param array $inputs The (optional) answers given to the command when it asks for the value of the missing arguments */ private function executeCommand(array $arguments, array $inputs = []) {