X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FcompareParsers.php;h=0d4b7b1c70f2fa218058207f7a2bfc7ea4efe221;hp=3f5587832ef888042a416a15a1e1335a0b69663b;hb=7afced64454ad30d688540f7626448ac2faefebb;hpb=28d9e60182f33c507147f48b15566c653b890a3c diff --git a/maintenance/compareParsers.php b/maintenance/compareParsers.php index 3f5587832e..0d4b7b1c70 100644 --- a/maintenance/compareParsers.php +++ b/maintenance/compareParsers.php @@ -39,6 +39,18 @@ require_once __DIR__ . '/dumpIterator.php'; class CompareParsers extends DumpIterator { private $count = 0; + /** @var bool */ + private $saveFailed; + /** @var bool */ + private $stripParametersEnabled; + /** @var bool */ + private $showParsedOutput; + /** @var bool */ + private $showDiff; + /** @var ParserOptions */ + private $options; + /** @var int */ + private $failed; public function __construct() { parent::__construct();