Skip to content

Commit 5aab15b

Browse files
committed
Update return type docblock
1 parent 60dac47 commit 5aab15b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PHPFUI/ORM/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ public function getExplainRows() : array
432432
}
433433

434434
/**
435-
* @return array<string,\PHPFUI\ORM\FieldDefinition>
435+
* @return array<string,\PHPFUI\ORM\FieldDefinition> of FieldDefinition indexed by field name
436436
*/
437437
public function getFields() : array
438438
{

0 commit comments

Comments
 (0)