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 696f4b5 commit 38549aeCopy full SHA for 38549ae
src/Builder/RunnableSelect.php
@@ -76,7 +76,7 @@ public function fetchRows(\Closure $callback = null) {
76
* @return array[]|\Generator
77
*/
78
public function fetchRowsLazy(\Closure $callback = null) {
79
- if(version_compare(PHP_VERSION, '5.5', '<=')) {
+ if(version_compare(PHP_VERSION, '5.5', '<')) {
80
return $this->fetchRows($callback);
81
}
82
$statement = $this->createStatement();
0 commit comments