Skip to content

Commit 26d93bc

Browse files
committed
code QL
1 parent 903107a commit 26d93bc

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

src/Database/Adapter/SQLite.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2844,7 +2844,15 @@ 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{$id: string, indexName: string, indexType: string, nonUnique: int, columns: array<string>, lengths: array<null>}>
2847+
* Each entry has keys:
2848+
* - `$id`: string
2849+
* - `indexName`: string
2850+
* - `indexType`: string
2851+
* - `nonUnique`: int
2852+
* - `columns`: array<string>
2853+
* - `lengths`: array<null>
2854+
*
2855+
* @return array<array<string, mixed>>
28482856
*/
28492857
protected function getFulltextSchemaIndexes(string $collection): array
28502858
{

0 commit comments

Comments
 (0)