@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | /** |
44 | 44 | * Builds a new query factory ready for use with the QueryObjects |
45 | 45 | * |
46 | - * @return \Aura\SqlQuery\QueryFactory |
|
46 | + * @return \Aura\SqlQuery\AbstractQuery |
|
47 | 47 | */ |
48 | 48 | public function newQuery() |
49 | 49 | { |
@@ -59,7 +59,6 @@ discard block |
||
59 | 59 | * Sets up the resulting query based off properties present in the supplied object. |
60 | 60 | * |
61 | 61 | * @see \Ps2alerts\Api\QueryObjects\QueryObject |
62 | - * @param array $wheres The array of where statements to look for. |
|
63 | 62 | * @return array |
64 | 63 | */ |
65 | 64 | public function read(QueryObject $queryObject) |
@@ -93,7 +92,7 @@ discard block |
||
93 | 92 | * Sets up the PDO Object, then executes the query based on dimension. |
94 | 93 | * |
95 | 94 | * @param string $statement SQL statement that was prepared by read() |
96 | - * @param \Aura\SqlQuery\QueryFactory $queryObject Sent QueryObject to read dimension |
|
95 | + * @param QueryObject $queryObject Sent QueryObject to read dimension |
|
97 | 96 | * |
98 | 97 | * @return array The final data |
99 | 98 | */ |