Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class UserValidatedSubscriber extends UserSubscriber implements EventSubscriberInterface |
||
9 | { |
||
10 | |||
11 | |||
12 | public function validateUser(UserValidatedEvent $event) |
||
17 | } |
||
18 | |||
19 | public function sendFlash() |
||
22 | } |
||
23 | |||
24 | |||
25 | /** |
||
26 | * @return array The event names to listen to |
||
27 | */ |
||
28 | public static function getSubscribedEvents() |
||
38 | } |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.