We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb71912 commit 21d66edCopy full SHA for 21d66ed
lib/Zend/Db/Statement/Pdo.php
@@ -245,7 +245,7 @@ public function _execute(array $params = null)
245
* @return mixed Array, object, or scalar depending on fetch mode.
246
* @throws Zend_Db_Statement_Exception
247
*/
248
- public function fetch($style = null, $cursor = null, $offset = null)
+ public function fetch($style = null, $cursor = \PDO::FETCH_ORI_NEXT, $offset = 0)
249
{
250
if ($style === null) {
251
$style = $this->_fetchMode;
0 commit comments