Page MenuHomePhabricator

D7988.diff
No OneTemporary

D7988.diff

Index: src/lint/linter/ArcanistPhutilXHPASTLinter.php
===================================================================
--- src/lint/linter/ArcanistPhutilXHPASTLinter.php
+++ src/lint/linter/ArcanistPhutilXHPASTLinter.php
@@ -77,6 +77,11 @@
return $this->xhpastLinter->buildFutures($paths);
}
+ public function willLintPath($path) {
+ $this->xhpastLinter->willLintPath($path);
+ return parent::willLintPath($path);
+ }
+
protected function resolveFuture($path, Future $future) {
$tree = $this->xhpastLinter->getXHPASTTreeForPath($path);
if (!$tree) {

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 2, 6:20 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6726676
Default Alt Text
D7988.diff (584 B)

Event Timeline