Completed
Push — master ( 0ab6a2...d8ddb3 )
by Robbie
01:17
created
tests/Command/Member/ChangeGroupsCommandTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
                 $this->isInstanceOf(InputInterface::class),
103 103
                 $this->isInstanceOf(OutputInterface::class),
104 104
                 $this->callback(
105
-                    function ($argument) {
105
+                    function($argument) {
106 106
                         return $argument instanceof ChoiceQuestion
107 107
                             && $argument->isMultiselect()
108 108
                             && !empty($argument->getChoices());
Please login to merge, or discard this patch.