Skip to content

Commit 15c12e4

Browse files
committed
PHPORM-6 Fix doc Builder::timeout applies to find query, not the cursor
1 parent 070e9e6 commit 15c12e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Query/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function project($columns)
189189
}
190190

191191
/**
192-
* Set the cursor timeout in seconds.
192+
* The maximum amount of seconds to allow the query to run.
193193
*
194194
* @param int $seconds
195195
*

0 commit comments

Comments
 (0)