diff --git a/src/Supporting/FileMakerLayout.php b/src/Supporting/FileMakerLayout.php index 30e8c10..4aaa943 100644 --- a/src/Supporting/FileMakerLayout.php +++ b/src/Supporting/FileMakerLayout.php @@ -178,7 +178,7 @@ public function query(array|null $condition = null, int $range = 0, array|null $portal = null, array|null $script = null, - int $dateformats = null): FileMakerRelation|null + int|null $dateformats = null): FileMakerRelation|null { if ($this->restAPI->login()) { $headers = ["Content-Type" => "application/json"]; diff --git a/src/Supporting/FileMakerRelation.php b/src/Supporting/FileMakerRelation.php index ac70f67..54687d1 100644 --- a/src/Supporting/FileMakerRelation.php +++ b/src/Supporting/FileMakerRelation.php @@ -15,7 +15,7 @@ * @property string $<> The field value named as the property name. * @property FileMakerRelation $<> FileMakerRelation object associated with the property name. * The table occurrence name of the portal can be the 'portal_name,' and also the object name of the portal. - * Ver * @version 32 + * @version 32 * @author Masayuki Nii * @copyright 2017-2024 Masayuki Nii (Claris FileMaker is registered trademarks of Claris International Inc. in the U.S. and other countries.) */ diff --git a/test/phpstan.neon b/test/phpstan.neon index 353e9d3..c110621 100644 --- a/test/phpstan.neon +++ b/test/phpstan.neon @@ -3,3 +3,5 @@ includes: parameters: reportUnmatchedIgnoredErrors: false + universalObjectCratesClasses: + - INTERMediator\FileMakerServer\RESTAPI\FMDataAPI