Skip to content

Commit 2de4bab

Browse files
committed
remove trailing comma
1 parent 1c6c7d4 commit 2de4bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CollectionExtendedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,7 @@ public function testCreateArrayIndex()
25912591
$indexRes = $collectionHandler->index(
25922592
$collection->getName(),
25932593
'persistent',
2594-
['names[*].first'],
2594+
['names[*].first']
25952595
);
25962596

25972597
static::assertArrayHasKey(

0 commit comments

Comments
 (0)