| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 32 | public function bindParameters(ContainerBuilder $container, $name, $config) |
||
|
|
|||
| 33 | { |
||
| 34 | $container->setParameter('alpixel_user.firewall_templates', $config['firewall_templates']); |
||
| 35 | $container->setParameter('alpixel_user.default_login_background_image', $config['default_login_background_image']); |
||
| 36 | $container->setParameter('alpixel_user.default_login_background_color', $config['default_login_background_color']); |
||
| 37 | } |
||
| 38 | } |
||
| 39 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.