1 | <?php |
||
12 | class Authenticator |
||
13 | { |
||
14 | |||
15 | /** |
||
16 | * @var EventDispatcherInterface |
||
17 | */ |
||
18 | private $eventDispatcherInterface; |
||
19 | |||
20 | |||
21 | public function __construct(EventDispatcherInterface $eventDispatcherInterface) |
||
25 | |||
26 | |||
27 | /** |
||
28 | * @param string $email |
||
29 | * @param string $password |
||
30 | */ |
||
31 | public function login($email, $password) |
||
42 | |||
43 | } |
||
44 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.