Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15414855
D9929.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
422 B
Referenced Files
None
Subscribers
None
D9929.diff
View Options
diff --git a/src/parser/PhutilParserGenerator.php b/src/parser/PhutilParserGenerator.php
--- a/src/parser/PhutilParserGenerator.php
+++ b/src/parser/PhutilParserGenerator.php
@@ -776,7 +776,7 @@
}
private function formatAndIndent($var, $depth) {
- $var = phutil_var_export($var, true);
+ $var = phutil_var_export($var);
$var = str_replace("\n", "\n".str_repeat(' ', $depth), $var);
return $var;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 21, 2:49 AM (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709874
Default Alt Text
D9929.diff (422 B)
Attached To
Mode
D9929: Minor fix for `PhutilParserGenerator`
Attached
Detach File
Event Timeline
Log In to Comment