Completed
Push — master ( fe79b0...918ea9 )
by Gerard
02:22
created
src/Command/GbRoleAddCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
 
42 42
         if (null === $roleName) {
43 43
             $question = new Question('Enter a role name. Example ROLE_USER: ');
44
-            $question->setValidator(function ($answer) {
44
+            $question->setValidator(function($answer) {
45 45
                 if (null === $answer) {
46 46
                     throw new \Exception('The role name cannot be empty');
47 47
                 }
Please login to merge, or discard this patch.