Page MenuHomePhabricator

D16484.diff
No OneTemporary

D16484.diff

diff --git a/scripts/phutil_symbols.php b/scripts/phutil_symbols.php
--- a/scripts/phutil_symbols.php
+++ b/scripts/phutil_symbols.php
@@ -114,7 +114,7 @@
list($block, $special) = $doc_parser->parse($token->getValue());
$ext_list = idx($special, 'phutil-external-symbol');
- $ext_list = explode("\n", $ext_list);
+ $ext_list = (array)$ext_list;
$ext_list = array_filter($ext_list);
foreach ($ext_list as $ext_ref) {

File Metadata

Mime Type
text/plain
Expires
Fri, Oct 25, 1:20 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6730519
Default Alt Text
D16484.diff (447 B)

Event Timeline