Commit 309c5812 by Qiang Xue

Merge pull request #121 from rinatio/var-dumper-dump-call-static-dump-as-string

Var dumper dump call static dump as string
parents b057efef b7e8ebf2
......@@ -39,7 +39,7 @@ class VarDumper
*/
public static function dump($var, $depth = 10, $highlight = false)
{
echo self::dumpAsString($var, $depth, $highlight);
echo static::dumpAsString($var, $depth, $highlight);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment