File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
namespace Kir \MySQL \Builder ;
3
3
4
4
use Closure ;
5
- use Generator ;
6
5
use IteratorAggregate ;
7
6
use Kir \MySQL \Builder \Helpers \FieldTypeProvider ;
8
7
use Kir \MySQL \Builder \Helpers \FieldValueConverter ;
@@ -77,7 +76,7 @@ public function fetchRows(Closure $callback = null) {
77
76
78
77
/**
79
78
* @param Closure $callback
80
- * @return array[]|Generator
79
+ * @return array[]|\ Generator
81
80
*/
82
81
public function fetchRowsLazy (Closure $ callback = null ) {
83
82
if (version_compare (PHP_VERSION , '5.5 ' , '< ' )) {
@@ -208,7 +207,7 @@ private function createStatement() {
208
207
}
209
208
210
209
/**
211
- * @return Traversable|array[]|Generator
210
+ * @return Traversable|array[]|\ Generator
212
211
*/
213
212
public function getIterator () {
214
213
return $ this ->fetchRowsLazy ();
You can’t perform that action at this time.
0 commit comments