Completed
Push — master ( 3bad57...dbb48c )
by Lars
05:45 queued 01:37
created
src/voku/db/DB.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.