Skip to content

Commit 3760d54

Browse files
abnegateclaude
andcommitted
fix: add phpstan return type annotation to getSchemaIndexes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 038cd56 commit 3760d54

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Database/Database.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9250,6 +9250,10 @@ public function getSchemaAttributes(string $collection): array
92509250
return $this->adapter->getSchemaAttributes($collection);
92519251
}
92529252

9253+
/**
9254+
* @param string $collection
9255+
* @return array<Document>
9256+
*/
92539257
public function getSchemaIndexes(string $collection): array
92549258
{
92559259
return $this->adapter->getSchemaIndexes($collection);

0 commit comments

Comments
 (0)