Skip to content

Commit 3a4477e

Browse files
committed
Format
1 parent 8912d5e commit 3a4477e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,7 +1889,7 @@ private function validateAttribute(
18891889
if ($size > self::VECTOR_MAX_DIMENSIONS) {
18901890
throw new DatabaseException('Vector dimensions cannot exceed ' . self::VECTOR_MAX_DIMENSIONS);
18911891
}
1892-
1892+
18931893
// Validate default value if provided
18941894
if ($default !== null) {
18951895
if (!is_array($default)) {

0 commit comments

Comments
 (0)