Skip to content

Commit 79dfd75

Browse files
author
apetitpa
committed
Fixes a minor php cs error that prevents builds to pass
This minor error was introduced with commit 774adca
1 parent 78950c4 commit 79dfd75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/AppBundle/Command/AddUserCommandTest.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ private function assertUserCreated($isAdmin)
9696
* This helper method abstracts the boilerplate code needed to test the
9797
* execution of a command.
9898
*
99-
* @param array $arguments All the arguments passed when executing the command
100-
* @param array $inputs The (optional) answers given to the command when it asks for the value of the missing arguments
99+
* @param array $arguments All the arguments passed when executing the command
100+
* @param array $inputs The (optional) answers given to the command when it asks for the value of the missing arguments
101101
*/
102102
private function executeCommand(array $arguments, array $inputs = [])
103103
{

0 commit comments

Comments
 (0)