Completed
Push — master ( 578b2d...d7dae2 )
by Lars
13:43 queued 10s
created
src/voku/db/DB.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1079,7 +1079,7 @@
 block discarded – undo
1079 1079
      * @param string  $query    <p>sql-query</p>
1080 1080
      * @param bool    $useCache optional <p>use cache?</p>
1081 1081
      * @param int     $cacheTTL optional <p>cache-ttl in seconds</p>
1082
-     * @param DB|null $db       optional <p>the database connection</p>
1082
+     * @param null|\self $db       optional <p>the database connection</p>
1083 1083
      *
1084 1084
      * @throws QueryException
1085 1085
      *
Please login to merge, or discard this patch.
src/voku/db/Result.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -927,7 +927,7 @@  discard block
 block discarded – undo
927 927
     /**
928 928
      * Fetch as object.
929 929
      *
930
-     * @param object|string $class  <p>
930
+     * @param string $class  <p>
931 931
      *                              <strong>string</strong>: create a new object (with optional constructor
932 932
      *                              parameter)<br>
933 933
      *                              <strong>object</strong>: use a object and fill the the data into
@@ -1056,7 +1056,7 @@  discard block
 block discarded – undo
1056 1056
     /**
1057 1057
      * Fetch as "\Generator" via yield.
1058 1058
      *
1059
-     * @param object|string $class  <p>
1059
+     * @param string $class  <p>
1060 1060
      *                              <strong>string</strong>: create a new object (with optional constructor
1061 1061
      *                              parameter)<br>
1062 1062
      *                              <strong>object</strong>: use a object and fill the the data into
Please login to merge, or discard this patch.