Completed
Pull Request — master (#2737)
by
unknown
06:19
created
src/Kunstmaan/AdminBundle/Command/RoleCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
61 61
         $this->executeRoleCommand($output, $username, $super, $role);
62 62
     }
63 63
 
64
+    /**
65
+     * @param boolean $super
66
+     */
64 67
     abstract protected function executeRoleCommand(OutputInterface $output, $username, $super, $role);
65 68
 
66 69
     protected function interact(InputInterface $input, OutputInterface $output)
Please login to merge, or discard this patch.