Completed
Push — master ( b79483...8fbfef )
by Revin
05:58
created
Module.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      * @param string $name
101 101
      * @param array $config // You should never send an array with a key defined as "class" since this will
102 102
      *                      // overwrite the main className defined by the system.
103
-     * @return string|array
103
+     * @return callable
104 104
      */
105 105
     public function model($name, $config = [])
106 106
     {
Please login to merge, or discard this patch.