Completed
Pull Request — master (#14)
by Lars
03:00
created
src/voku/db/Result.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@
 block discarded – undo
229 229
    * fetchObject
230 230
    *
231 231
    * @param string     $class
232
-   * @param null|array $params
232
+   * @param string $params
233 233
    * @param bool       $reset
234 234
    *
235 235
    * @return object|false false on error
Please login to merge, or discard this patch.
src/voku/db/DB.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -810,7 +810,7 @@  discard block
 block discarded – undo
810 810
    * @param bool  $html_entity_decode
811 811
    * @param bool  $array_to_string
812 812
    *
813
-   * @return array|bool|float|int|string
813
+   * @return string
814 814
    */
815 815
   public function escape($var = '', $stripe_non_utf8 = true, $html_entity_decode = true, $array_to_string = false)
816 816
   {
@@ -930,7 +930,7 @@  discard block
 block discarded – undo
930 930
   /**
931 931
    * Returns the auto generated id used in the last query.
932 932
    *
933
-   * @return int|string
933
+   * @return integer
934 934
    */
935 935
   public function insert_id()
936 936
   {
Please login to merge, or discard this patch.