Skip to content

Commit 8d2a56a

Browse files
committed
Corrected small mistakes.
1 parent 17ace7f commit 8d2a56a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ MIT License
166166
- 2022-03-24: [Ver.25]
167167
Add methods(getFirstRecord, getLastRecord, getRecords) to the FileMakerRelation class.
168168
- 2022-03-26: [Ver.26]
169-
Add methods(setFieldHTMLEncoding, getFieldHTMLEncoding) to the FMDataAPI class. These is going to use for compatibility mode of FileMaker API for PHP.
169+
Add methods(setFieldHTMLEncoding, getFieldHTMLEncoding) to the FMDataAPI class.
170+
These are going to use for compatibility mode of FileMaker API for PHP.
170171
- 2022-06-06: [Ver.27]
171172
Dropped the support of PHP5, minimal version is PHP 7.1, but 7.2 or later is recommended.
172173
- 2022-08-04: [Ver.28]

src/Supporting/CommunicationProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class CommunicationProvider
166166
*/
167167
public $useOAuth = false;
168168
/**
169-
* @var bool
169+
* @var array
170170
* @ignore
171171
*/
172172
private $fmDataSource;

0 commit comments

Comments
 (0)