X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfindDeprecated.php;h=9022292e2f3ade64a366a0c26c95d81ff1b4fa1b;hb=59db24e90bc6027cb8bf2756eb8cb52230d24966;hp=8c7e242207cb39f3591f5e0f27faed0c1391e354;hpb=f56a905990f579a81f15ce636ab03758c15690df;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/findDeprecated.php b/maintenance/findDeprecated.php index 8c7e242207..9022292e2f 100644 --- a/maintenance/findDeprecated.php +++ b/maintenance/findDeprecated.php @@ -124,7 +124,7 @@ class DeprecatedInterfaceFinder extends FileAwareNodeVisitor { class FindDeprecated extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = 'Find deprecated interfaces'; + $this->addDescription( 'Find deprecated interfaces' ); } public function getFiles() {