diff --git a/scripts/phutil_analyzer.php b/scripts/phutil_analyzer.php index 91b253dc..c11b75d4 100755 --- a/scripts/phutil_analyzer.php +++ b/scripts/phutil_analyzer.php @@ -303,7 +303,7 @@ foreach (Futures($futures) as $file => $future) { $extends = $interface->getChildByIndex(2); foreach ($extends->selectDescendantsOfType('n_CLASS_NAME') as $parent) { $requirements->addInterfaceDependency( - $class_name->getConcreteString(), + $interface_name->getConcreteString(), $parent, $parent->getConcreteString()); }