Skip to content

Commit ed7ce1a

Browse files
committed
bug #500 Fixes a minor php cs error that prevents builds to pass (apetitpa)
This PR was merged into the master branch. Discussion ---------- Fixes a minor php cs error that prevents builds to pass This minor php cs error was introduced by commit 774adca Commits ------- 79dfd75 Fixes a minor php cs error that prevents builds to pass
2 parents 78950c4 + 79dfd75 commit ed7ce1a

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)