|
@@ -983,7 +983,7 @@ |
|
|
block discarded – undo |
|
983
|
983
|
* @param string $query <p>sql-query</p> |
|
984
|
984
|
* @param bool $useCache optional <p>use cache?</p> |
|
985
|
985
|
* @param int $cacheTTL optional <p>cache-ttl in seconds</p> |
|
986
|
|
- * @param DB|null $db optional <p>the database connection</p> |
|
|
986
|
+ * @param null|\self $db optional <p>the database connection</p> |
|
987
|
987
|
* |
|
988
|
988
|
* @return mixed "array" by "<b>SELECT</b>"-queries<br /> |
|
989
|
989
|
* "int" (insert_id) by "<b>INSERT</b>"-queries<br /> |
Please login to merge, or discard this patch.