1 | <?php |
||
7 | class AcceptorRegistry implements AcceptorRegistryInterface |
||
8 | { |
||
9 | private $filters; |
||
10 | |||
11 | public function __construct(array $filters) |
||
18 | |||
19 | /** |
||
20 | * {@inheritdoc} |
||
21 | */ |
||
22 | public function get($name): AcceptorInterface |
||
33 | |||
34 | /** |
||
35 | * {@inheritdoc} |
||
36 | */ |
||
37 | public function keys(): array |
||
41 | } |
||
42 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.