Skip to content

Commit aa28027

Browse files
linting
1 parent b732828 commit aa28027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Database/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@ public static function vectorEuclidean(string $attribute, array $vector): self
11881188
/**
11891189
* Helper method to create Query with exists method
11901190
*
1191-
* @param array<string> $attribute
1191+
* @param array<string> $attributes
11921192
* @return Query
11931193
*/
11941194
public static function exists(array $attributes): self

0 commit comments

Comments
 (0)