Skip to content

Commit 8f9cea9

Browse files
committed
TASK: Fix CGL issues
1 parent 5f822d9 commit 8f9cea9

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

Classes/Service/IndexNameService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class IndexNameService
1717
{
1818

19-
public CONST INDEX_PART_SEPARATOR = '-';
19+
public const INDEX_PART_SEPARATOR = '-';
2020

2121
/**
2222
* @param array $indexNames

Tests/Unit/Service/IndexNameServiceTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
class IndexNameServiceTest extends UnitTestCase
2020
{
21-
2221
public function indexNameDataProvider(): array
2322
{
2423
return [
@@ -47,5 +46,4 @@ public function filterIndexNamesByPostfix(array $indexNames, string $postfix, ar
4746
{
4847
self::assertEquals($expected, IndexNameService::filterIndexNamesByPostfix($indexNames, $postfix));
4948
}
50-
5149
}

0 commit comments

Comments
 (0)