Skip to content

Commit 15e880d

Browse files
Apply data types to constants
1 parent 53aa8a7 commit 15e880d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/DependencyInjection/CompilerPass/SorterConfigPass.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
class SorterConfigPass implements CompilerPassInterface
1919
{
20-
private const SERVICE_PREFIX = 'budgegeria_intl_bundle.sorter.';
21-
private const SERVICE_FACTORY_PREFIX = 'budgegeria_intl_bundle.factory.sorter.';
20+
private const string SERVICE_PREFIX = 'budgegeria_intl_bundle.sorter.';
21+
private const string SERVICE_FACTORY_PREFIX = 'budgegeria_intl_bundle.factory.sorter.';
2222

2323
public function process(ContainerBuilder $container): void
2424
{

0 commit comments

Comments
 (0)