Skip to content

Commit dd4d6f6

Browse files
committed
Add @implements annotation to FileMakerRelation class for Psalm
1 parent f1a6a7e commit dd4d6f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Supporting/FileMakerRelation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* and you shouldn't call the constructor of this class.
1212
*
1313
* @package INTER-Mediator\FileMakerServer\RESTAPI
14+
* @implements Iterator<int, mixed>
1415
* @link https://github.com/msyk/FMDataAPI GitHub Repository
1516
* @property string $fieldName The field value named as the property name accessed via __get().
1617
* @property FileMakerRelation $portalName A FileMakerRelation object associated with the property name accessed via __get().

0 commit comments

Comments
 (0)