Total Complexity | 1 |
Total Lines | 14 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
15 | class ApiAliasServiceProvider extends ServiceProvider |
||
16 | { |
||
17 | /** |
||
18 | * Registers services on the given container. |
||
19 | * |
||
20 | * This method should only be used to configure services and parameters. |
||
21 | * It should not get services. |
||
22 | * |
||
23 | * @param Container $pimple A container instance |
||
24 | */ |
||
25 | public function register(Container $pimple) |
||
32 |
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.