Skip to content

Commit 7665831

Browse files
committed
stan
1 parent 2cb0fa6 commit 7665831

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/Database/Adapter/SQLite.php

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2844,14 +2844,7 @@ public function getSchemaIndexes(string $collection): array
28442844
* Schema-index entries for FTS5 fulltext tables on `$collection`.
28452845
* Maps each back to a metadata index id when possible.
28462846
*
2847-
* @return array<array{
2848-
* '$id': string,
2849-
* indexName: string,
2850-
* indexType: string,
2851-
* nonUnique: int,
2852-
* columns: array<string>,
2853-
* lengths: array<null>,
2854-
* }>
2847+
* @return array<array{$id: string, indexName: string, indexType: string, nonUnique: int, columns: array<string>, lengths: array<null>}>
28552848
*/
28562849
protected function getFulltextSchemaIndexes(string $collection): array
28572850
{

0 commit comments

Comments
 (0)