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