We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f4abc commit 9b15663Copy full SHA for 9b15663
src/dumper.php
@@ -14,7 +14,7 @@ function dump($exp)
14
}
15
16
list($f, $arg) = $exp;
17
- return dump($f).(is_application($arg) ? '('.dump($arg).')' : dump($arg));
+ return dump($f).' '.(is_application($arg) ? '('.dump($arg).')' : dump($arg));
18
19
20
function is_application($exp)
0 commit comments