X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=maintenance%2FcheckComposerLockUpToDate.php;h=9ec61dc04f5a8a81ffca802e7163918f7fb19a33;hb=1b8eac21abd41d0d9ddae8a4358e2aa933b0d959;hp=7a85d64ab09f3248f228b7c029472fc71048f633;hpb=1f0857f26f400e484041ba4c55eba6ddd934c5fe;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/checkComposerLockUpToDate.php b/maintenance/checkComposerLockUpToDate.php index 7a85d64ab0..9ec61dc04f 100644 --- a/maintenance/checkComposerLockUpToDate.php +++ b/maintenance/checkComposerLockUpToDate.php @@ -12,8 +12,8 @@ require_once __DIR__ . '/Maintenance.php'; class CheckComposerLockUpToDate extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = - 'Checks whether your composer.lock file is up to date with the current composer.json'; + $this->addDescription( + 'Checks whether your composer.lock file is up to date with the current composer.json' ); } public function execute() {