@@ -27,7 +27,7 @@ |
||
27 | 27 | * @param string $column An optional column name. Instead of the whole row, only this column value will be in |
28 | 28 | * the result array. |
29 | 29 | * |
30 | - * @return \Generator|null A Generator with the result set or null if the query failed. |
|
30 | + * @return \Generator A Generator with the result set or null if the query failed. |
|
31 | 31 | * |
32 | 32 | * @since 1.0 |
33 | 33 | * @throws \RuntimeException |
@@ -9,7 +9,6 @@ |
||
9 | 9 | namespace Joomla\StatsServer\Models; |
10 | 10 | |
11 | 11 | use Joomla\Database\DatabaseDriver; |
12 | -use Joomla\Database\Query\LimitableInterface; |
|
13 | 12 | use Joomla\Model\{ |
14 | 13 | DatabaseModelInterface, DatabaseModelTrait |
15 | 14 | }; |