1 | <?php |
||
10 | class AlpixelUserExtension extends Extension |
||
11 | { |
||
12 | /** |
||
13 | * {@inheritdoc} |
||
14 | */ |
||
15 | public function load(array $configs, ContainerBuilder $container) |
||
24 | |||
25 | /** |
||
26 | * Binds the params from config. |
||
27 | * |
||
28 | * @param ContainerBuilder $container Containerbuilder |
||
29 | * @param string $name Alias name |
||
30 | * @param array $config Configuration Array |
||
31 | */ |
||
32 | public function bindParameters(ContainerBuilder $container, $name, $config) |
||
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.