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 = []) {