Completed
Push — master ( e10040...39d9a4 )
by Lars
04:01
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   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -584,7 +584,7 @@  discard block
 block discarded – undo
584 584
     /**
585 585
      * Fetch all results as "\Generator" via yield.
586 586
      *
587
-     * @param object|string $class  <p>
587
+     * @param boolean $class  <p>
588 588
      *                              <strong>string</strong>: create a new object (with optional constructor
589 589
      *                              parameter)<br>
590 590
      *                              <strong>object</strong>: use a object and fill the the data into
@@ -880,7 +880,7 @@  discard block
 block discarded – undo
880 880
     /**
881 881
      * Fetch as object.
882 882
      *
883
-     * @param object|string $class  <p>
883
+     * @param string $class  <p>
884 884
      *                              <strong>string</strong>: create a new object (with optional constructor
885 885
      *                              parameter)<br>
886 886
      *                              <strong>object</strong>: use a object and fill the the data into
@@ -1007,7 +1007,7 @@  discard block
 block discarded – undo
1007 1007
     /**
1008 1008
      * Fetch as "\Generator" via yield.
1009 1009
      *
1010
-     * @param object|string $class  <p>
1010
+     * @param boolean $class  <p>
1011 1011
      *                              <strong>string</strong>: create a new object (with optional constructor
1012 1012
      *                              parameter)<br>
1013 1013
      *                              <strong>object</strong>: use a object and fill the the data into
Please login to merge, or discard this patch.