Skip to content

Commit 74ee3aa

Browse files
committed
Update message
1 parent 828a439 commit 74ee3aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Adapter/MariaDB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ public function createIndex(string $collection, string $id, string $type, array
768768
$collectionAttributes = \json_decode($collection->getAttribute('attributes', []), true);
769769

770770
/**
771-
* We do not have internalId's added to list, no need since we check for is array field
771+
* We do not have internalId's added to list, since we check only for array field
772772
*/
773773
$attribute = null;
774774
foreach ($collectionAttributes as $collectionAttribute) {

0 commit comments

Comments
 (0)