Completed
Push — master ( 83f604...5b3a72 )
by Lars
02:52
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.
src/voku/db/Prepare.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@
 block discarded – undo
164 164
    * @param null   $v34
165 165
    * @param null   $v35
166 166
    *
167
-   * @return mixed
167
+   * @return boolean
168 168
    */
169 169
   public function bind_param_debug($types, &$v1 = null, &$v2 = null, &$v3 = null, &$v4 = null, &$v5 = null, &$v6 = null, &$v7 = null, &$v8 = null, &$v9 = null, &$v10 = null, &$v11 = null, &$v12 = null, &$v13 = null, &$v14 = null, &$v15 = null, &$v16 = null, &$v17 = null, &$v18 = null, &$v19 = null, &$v20 = null, &$v21 = null, &$v22 = null, &$v23 = null, &$v24 = null, &$v25 = null, &$v26 = null, &$v27 = null, &$v28 = null, &$v29 = null, &$v30 = null, &$v31 = null, &$v32 = null, &$v33 = null, &$v34 = null, &$v35 = null)
170 170
   {
Please login to merge, or discard this patch.
src/voku/db/Helper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
   /**
13 13
    * Check if "mysqlnd"-driver is used.
14 14
    *
15
-   * @return bool
15
+   * @return boolean|null
16 16
    */
17 17
   public static function isMysqlndIsUsed()
18 18
   {
Please login to merge, or discard this patch.