Skip to content

Commit 7b5b1f7

Browse files
committed
Make @Property annotations PHPStan-compatible
1 parent ff3d19b commit 7b5b1f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Supporting/FileMakerRelation.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
*
1313
* @package INTER-Mediator\FileMakerServer\RESTAPI
1414
* @link https://github.com/msyk/FMDataAPI GitHub Repository
15-
* @property string $<<field_name>> The field value named as the property name.
16-
* @property FileMakerRelation $<<portal_name>> FileMakerRelation object associated with the property name.
17-
* The table occurrence name of the portal can be the 'portal_name,' and also the object name of the portal.
15+
* @property string $fieldName The field value named as the property name accessed via __get().
16+
* @property FileMakerRelation $portalName A FileMakerRelation object associated with the property name accessed via __get().
17+
* The table occurrence name of the portal can be the 'portalName', and also the object name of the portal.
1818
* @version 36
1919
* @author Masayuki Nii <[email protected]>
2020
* @copyright 2017-2024 Masayuki Nii (Claris FileMaker is registered trademarks of Claris International Inc. in the U.S. and other countries.)

0 commit comments

Comments
 (0)