Skip to content

Commit 72eae6f

Browse files
committed
cs
1 parent 335ec59 commit 72eae6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Model/Indices/Create.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function replaceKeywordInOlderVersion(array &$field): void
9292
\in_array(
9393
\strtolower($field['type']), [
9494
\Spameri\Elastic\Model\ValidateMapping\AllowedValues::TYPE_TEXT,
95-
\Spameri\Elastic\Model\ValidateMapping\AllowedValues::TYPE_KEYWORD
95+
\Spameri\Elastic\Model\ValidateMapping\AllowedValues::TYPE_KEYWORD,
9696
], TRUE
9797
)
9898
) {

0 commit comments

Comments
 (0)