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 22namespace Kir \MySQL \Builder ;
33
44use Closure ;
5- use Generator ;
65use IteratorAggregate ;
76use Kir \MySQL \Builder \Helpers \FieldTypeProvider ;
87use Kir \MySQL \Builder \Helpers \FieldValueConverter ;
@@ -77,7 +76,7 @@ public function fetchRows(Closure $callback = null) {
7776
7877 /**
7978 * @param Closure $callback
80- * @return array[]|Generator
79+ * @return array[]|\ Generator
8180 */
8281 public function fetchRowsLazy (Closure $ callback = null ) {
8382 if (version_compare (PHP_VERSION , '5.5 ' , '< ' )) {
@@ -208,7 +207,7 @@ private function createStatement() {
208207 }
209208
210209 /**
211- * @return Traversable|array[]|Generator
210+ * @return Traversable|array[]|\ Generator
212211 */
213212 public function getIterator () {
214213 return $ this ->fetchRowsLazy ();
You can’t perform that action at this time.
0 commit comments