Skip to content

Commit 016bb2d

Browse files
committed
Fix typo for linter
1 parent 7cf7c9a commit 016bb2d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/Integration/SettingsTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ class SettingsTest extends BaseKernelTestCase
1818

1919
public const DEFAULT_RANKING_RULES
2020
= [
21-
"words",
22-
"typo",
23-
"proximity",
24-
"attribute",
25-
"exactness"
21+
'words',
22+
'typo',
23+
'proximity',
24+
'attribute',
25+
'exactness',
2626
];
2727

2828
protected Client $client;

0 commit comments

Comments
 (0)