Completed
Pull Request — master (#2)
by Rougin
02:28
created
src/Wildfire.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
      * the specified table.
32 32
      *
33 33
      * @param  string         $table
34
-     * @param  array|integer  $delimiters
34
+     * @param  integer  $delimiters
35 35
      * @param  boolean        $isForeignKey
36 36
      * @return object|boolean
37 37
      */
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     /**
60 60
      * Returns all rows from the specified table.
61 61
      *
62
-     * @param  string|object $table
62
+     * @param  CodeigniterModel $table
63 63
      * @return self
64 64
      */
65 65
     public function get($table = '')
Please login to merge, or discard this patch.