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