X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FfindDeprecated.php;h=9022292e2f3ade64a366a0c26c95d81ff1b4fa1b;hb=e57998f5330e8a0c9636c9075ae5fb8e3b72f913;hp=8c7e242207cb39f3591f5e0f27faed0c1391e354;hpb=f875f3d31867067116641af987dea4511324e96b;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() {