X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=maintenance%2FcheckLess.php;h=b97e1b0b23780c85339eda4428f94f1f95e2affe;hb=62eb67626564f881e8151eb27039b4b7f13e3076;hp=f81285f0612fb99f29a2d12451208f1e54371f08;hpb=83a1cf573f7439e45d292a072472ac49212c9ffb;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/checkLess.php b/maintenance/checkLess.php index f81285f061..b97e1b0b23 100644 --- a/maintenance/checkLess.php +++ b/maintenance/checkLess.php @@ -31,7 +31,8 @@ class CheckLess extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = 'Checks LESS files for errors by running the LessTestSuite PHPUnit test suite'; + $this->mDescription = + 'Checks LESS files for errors by running the LessTestSuite PHPUnit test suite'; } public function execute() {