summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index d5d98dd..79edbca 100644
--- a/it.class
+++ b/it.class
@@ -1110,7 +1110,7 @@ static function date($format = "", $stamp = null)
return date($formatstring, intval($stamp));
}
-# Internal: Convert expression or funcname or function literal to callable
+# Internal: Convert expression or funcname or function literal to callable which receives $v or if multi params $k, $v
static function createfunc($code)
{
if ($code instanceof Closure && (new ReflectionFunction($code))->getNumberOfRequiredParameters() == 1 ||