We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53aa8a7 commit 15e880dCopy full SHA for 15e880d
1 file changed
src/DependencyInjection/CompilerPass/SorterConfigPass.php
@@ -17,8 +17,8 @@
17
18
class SorterConfigPass implements CompilerPassInterface
19
{
20
- private const SERVICE_PREFIX = 'budgegeria_intl_bundle.sorter.';
21
- private const SERVICE_FACTORY_PREFIX = 'budgegeria_intl_bundle.factory.sorter.';
+ private const string SERVICE_PREFIX = 'budgegeria_intl_bundle.sorter.';
+ private const string SERVICE_FACTORY_PREFIX = 'budgegeria_intl_bundle.factory.sorter.';
22
23
public function process(ContainerBuilder $container): void
24
0 commit comments