Completed
Push — master ( ac6c82...70c421 )
by Lars
17:23 queued 01:24
created
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.