Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15345001
D9954.id23888.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
628 B
Referenced Files
None
Subscribers
None
D9954.id23888.diff
View Options
diff --git a/src/lint/linter/ArcanistPhutilLibraryLinter.php b/src/lint/linter/ArcanistPhutilLibraryLinter.php
--- a/src/lint/linter/ArcanistPhutilLibraryLinter.php
+++ b/src/lint/linter/ArcanistPhutilLibraryLinter.php
@@ -66,7 +66,8 @@
$root = phutil_get_library_root($lib);
try {
- $symbols[$lib] = id(new PhutilLibraryMapBuilder($root))->buildMap();
+ $symbols[$lib] = id(new PhutilLibraryMapBuilder($root))
+ ->buildFileSymbolMap();
} catch (XHPASTSyntaxErrorException $ex) {
// If the library contains a syntax error then there isn't much that we
// can do.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 11, 8:03 AM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7510966
Default Alt Text
D9954.id23888.diff (628 B)
Attached To
Mode
D9954: Use have/need data in ArcanistPhutilLibraryLinter
Attached
Detach File
Event Timeline
Log In to Comment