Completed
Push — master ( ac6c82...70c421 )
by Lars
17:23 queued 01:24
created
src/voku/db/Prepare.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -173,7 +173,7 @@
 block discarded – undo
173 173
    * @param mixed  $v34
174 174
    * @param mixed  $v35
175 175
    *
176
-   * @return mixed
176
+   * @return boolean
177 177
    */
178 178
   public function bind_param_debug(string $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)
179 179
   {
Please login to merge, or discard this patch.
src/voku/db/ActiveRecord.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -659,7 +659,7 @@  discard block
 block discarded – undo
659 659
    * @param array             $param  <p>
660 660
    *                                  The param will be bind to the $sql query.
661 661
    *                                  </p>
662
-   * @param ActiveRecord|null $obj    <p>
662
+   * @param null|\self $obj    <p>
663 663
    *                                  The object, if find record in database, we will assign the attributes into
664 664
    *                                  this object.
665 665
    *                                  </p>
@@ -822,7 +822,7 @@  discard block
 block discarded – undo
822 822
   /**
823 823
    * Helper function to build SQL with sql parts.
824 824
    *
825
-   * @param array $sqls <p>The SQL part will be build.</p>
825
+   * @param string[] $sqls <p>The SQL part will be build.</p>
826 826
    *
827 827
    * @return string
828 828
    */
Please login to merge, or discard this patch.