Skip to content

Commit

Permalink
Documentation was missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Mar 24, 2022
1 parent 889a647 commit 1de5786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Supporting/FileMakerRelation.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ private function getNumberedRecord($num)
}

/**
* Export to array
* Returns the fiest record of the query result.
*
* @return FileMakerRelation|null The record set of the record.
*/
Expand All @@ -270,7 +270,7 @@ public function getFirstRecord()
}

/**
* Export to array
* Returns the last record of the query result.
*
* @return FileMakerRelation|null The record set of the record.
*/
Expand All @@ -280,7 +280,7 @@ public function getLastRecord()
}

/**
* Export to array
* Returns the array of the query result. Usually iterating by using foreach is a better way.
*
* @return array|null The FileMakerRelation objects of the records.
*/
Expand Down

0 comments on commit 1de5786

Please sign in to comment.