Skip to content

Commit c8bcbb9

Browse files
committed
minor #664 [Store][Postgres] Remove redundant PHPDoc from query method (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Store][Postgres] Remove redundant PHPDoc from `query` method | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT 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. Commits ------- 12c13c0 Remove redundant PHPDoc from Postgres Store query method
2 parents 2180fb5 + 12c13c0 commit c8bcbb9

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)