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 cbfb63a commit 34b0acdCopy full SHA for 34b0acd
phalcon/DataMapper/Query/Select.zep
@@ -352,17 +352,13 @@ class Select extends AbstractConditions
352
353
/**
354
* Resets the internal collections
355
- *
356
- * @return Select
357
*/
358
- public function reset() -> <Select>
+ public function reset() -> void
359
{
360
parent::reset();
361
362
let this->asAlias = "",
363
this->forUpdate = false;
364
-
365
- return this;
366
}
367
368
0 commit comments