Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Supporting/FileMakerLayout.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"];
Expand Down
2 changes: 1 addition & 1 deletion src/Supporting/FileMakerRelation.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @property string $<<field_name>> The field value named as the property name.
* @property FileMakerRelation $<<portal_name>> 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 <nii@msyk.net>
* @copyright 2017-2024 Masayuki Nii (Claris FileMaker is registered trademarks of Claris International Inc. in the U.S. and other countries.)
*/
Expand Down
2 changes: 2 additions & 0 deletions test/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ includes:

parameters:
reportUnmatchedIgnoredErrors: false
universalObjectCratesClasses:
- INTERMediator\FileMakerServer\RESTAPI\FMDataAPI