Skip to content

Commit 12c13c0

Browse files
committed
Remove redundant PHPDoc from Postgres Store query method
The PHPDoc comment for the query method in the Postgres Store class was identical to the interface definition and didn't add any value. The interface already documents the parameter and return types.
1 parent 2180fb5 commit 12c13c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/store/src/Bridge/Postgres/Store.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ public function add(VectorDocument ...$documents): void
127127
}
128128
}
129129

130-
/**
131-
* @param array<string, mixed> $options
132-
*
133-
* @return VectorDocument[]
134-
*/
135130
public function query(Vector $vector, array $options = []): array
136131
{
137132
$where = null;

0 commit comments

Comments
 (0)