We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78950c4 commit 79dfd75Copy full SHA for 79dfd75
tests/AppBundle/Command/AddUserCommandTest.php
@@ -96,8 +96,8 @@ private function assertUserCreated($isAdmin)
96
* This helper method abstracts the boilerplate code needed to test the
97
* execution of a command.
98
*
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
+ * @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
101
*/
102
private function executeCommand(array $arguments, array $inputs = [])
103
{
0 commit comments