diff --git a/scripts/phutil_symbols.php b/scripts/phutil_symbols.php --- a/scripts/phutil_symbols.php +++ b/scripts/phutil_symbols.php @@ -294,7 +294,7 @@ continue; } $need[] = array( - 'type' => 'class/interface', + 'type' => 'class', 'symbol' => $name, ); }