Page MenuHomePhabricator

D16484.id39662.diff
No OneTemporary

D16484.id39662.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
Mon, Mar 31, 12:12 PM (3 d, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7382953
Default Alt Text
D16484.id39662.diff (447 B)

Event Timeline