Skip to content

Commit fa879a2

Browse files
committed
Made fix to phpdoc comments
1 parent c1db755 commit fa879a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/RedCapProject.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,8 @@ public function exportRecords(
16931693
*
16941694
* @see exportRecords()
16951695
*
1696-
* @param array $argumentArray array of arguments.
1696+
* @param array $arrayParameter parameter array.
1697+
*
16971698
* @return mixed the specified records.
16981699
*/
16991700
public function exportRecordsAp($arrayParameter = [])

0 commit comments

Comments
 (0)