| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class AssignDefaultPermission |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Create the event listener. |
||
| 14 | * |
||
| 15 | * @return void |
||
| 16 | */ |
||
| 17 | public function __construct() |
||
| 18 | { |
||
| 19 | // |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Handle the event. |
||
| 24 | * |
||
| 25 | * @param object $event |
||
| 26 | * @return void |
||
| 27 | */ |
||
| 28 | public function handle(LogedUser $event) |
||
| 31 | } |
||
| 32 | } |
||
| 33 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.