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