| Total Complexity | 6 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 5 | class EventSituationProvider |
||
| 6 | { |
||
| 7 | 116 | public function getListener() |
|
| 8 | { |
||
| 9 | 116 | return EventListeners::class; |
|
| 10 | } |
||
| 11 | |||
| 12 | 116 | public function getSituationProvider() |
|
| 13 | { |
||
| 14 | 116 | return EventSituations::class; |
|
| 15 | } |
||
| 16 | |||
| 17 | 116 | public function getForgetKey() |
|
| 20 | } |
||
| 21 | |||
| 22 | 116 | public function getMethods() |
|
| 23 | { |
||
| 24 | return [ |
||
| 25 | 116 | 'whenEventHappens', |
|
| 26 | 'whenYouReachCheckPoint', |
||
| 27 | ]; |
||
| 28 | } |
||
| 29 | |||
| 30 | 14 | public static function getForgetMethods() |
|
| 33 | } |
||
| 34 | |||
| 35 | 2 | public static function getForgetArgs($method, $args) |
|
|
|
|||
| 36 | { |
||
| 40 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.