1 | <?php |
||
13 | class RedisCompilerPass implements CompilerPassInterface |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * {@inheritdoc} |
||
18 | */ |
||
19 | public function process(ContainerBuilder $container) |
||
36 | |||
37 | /** |
||
38 | * @param ContainerBuilder $container |
||
39 | * @param string $prefix |
||
40 | * @return string |
||
41 | 3 | */ |
|
42 | protected function getArguments(ContainerBuilder $container, $prefix) |
||
46 | } |
||
47 |
It is generally a best practice as it is often more readable to use concatenation instead of interpolation for variables inside strings.