Skip to content

Commit ebe38e3

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 ------- 12c13c0c Remove redundant PHPDoc from Postgres Store query method
2 parents b41bc1d + 7440eb0 commit ebe38e3

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)