Skip to content

Commit 21e68fa

Browse files
committed
minor return type update
1 parent c36dc7a commit 21e68fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/FileMakerConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ public function performScript(FMBaseBuilder $query)
594594
/**
595595
* Log out of the database, invalidating our session token
596596
*
597-
* @return array|mixed|void
597+
* @return \Illuminate\Http\Client\Response|void
598598
*
599599
* @throws FileMakerDataApiException
600600
*/

0 commit comments

Comments
 (0)