Completed
Push — master ( 47a19f...e93966 )
by kill
06:04
created
core/Container.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -72,8 +72,7 @@  discard block
 block discarded – undo
72 72
     /**
73 73
      * 创建类的实例
74 74
      * @access public
75
-     * @param string    $class    类名或者标识
76
-     * @param array     $args     变量
75
+     * @param array     $vars     变量
77 76
      * @return object
78 77
      */
79 78
     public function make($abstract, $vars = [])
@@ -98,7 +97,7 @@  discard block
 block discarded – undo
98 97
     /**
99 98
      * 执行函数或者闭包方法 支持参数调用
100 99
      * @access public
101
-     * @param string|array|\Closure $function 函数或者闭包
100
+     * @param \Closure $function 函数或者闭包
102 101
      * @param array                 $vars     变量
103 102
      * @return mixed
104 103
      */
Please login to merge, or discard this patch.