Completed
Push — master ( bf5e6a...380057 )
by Lars
01:59
created
src/voku/db/DB.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -569,7 +569,7 @@
 block discarded – undo
569 569
    *
570 570
    * @param mixed $var
571 571
    *
572
-   * @return mixed
572
+   * @return string
573 573
    */
574 574
   public function secure($var)
575 575
   {
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
@@ -436,7 +436,7 @@  discard block
 block discarded – undo
436 436
   /**
437 437
    * Fetch all results as "\Generator" via yield.
438 438
    *
439
-   * @param object|string $class  <p>
439
+   * @param boolean $class  <p>
440 440
    *                              <strong>string</strong>: create a new object (with optional constructor
441 441
    *                              parameter)<br>
442 442
    *                              <strong>object</strong>: use a object and fill the the data into
@@ -864,7 +864,7 @@  discard block
 block discarded – undo
864 864
   /**
865 865
    * Fetch as "\Generator" via yield.
866 866
    *
867
-   * @param object|string $class  <p>
867
+   * @param boolean $class  <p>
868 868
    *                              <strong>string</strong>: create a new object (with optional constructor
869 869
    *                              parameter)<br>
870 870
    *                              <strong>object</strong>: use a object and fill the the data into
Please login to merge, or discard this patch.