@@ -72,7 +72,7 @@ |
||
| 72 | 72 | * @param string $type Type of query to use, such as Select, Update etc. |
| 73 | 73 | * @param bool $newOnly Whether we're getting a new query or using a raw one |
| 74 | 74 | * |
| 75 | - * @return \Aura\SqlQuery\QueryInterface |
|
| 75 | + * @return AbstractQuery |
|
| 76 | 76 | */ |
| 77 | 77 | public function newQuery($type = 'single', $newOnly = false) |
| 78 | 78 | { |