Completed
Branch master (9db94b)
by Alexey
13:37 queued 07:10
created
system/Inji/Config.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,6 @@
 block discarded – undo
74 74
     /**
75 75
      * Load share config
76 76
      * 
77
-     * @param string $site_name
78 77
      * @return array
79 78
      */
80 79
     public static function share($module = '')
Please login to merge, or discard this patch.
system/Inji/Inji.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
      * 
44 44
      * @param string $eventName
45 45
      * @param string $listenCode
46
-     * @param array|closure $callback
46
+     * @param Closure $callback
47 47
      * @param boolean $save
48 48
      */
49 49
     function listen($eventName, $listenCode, $callback, $save = false)
Please login to merge, or discard this patch.