@@ -60,6 +60,9 @@  | 
                                                    ||
| 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)  |