X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fparser%2FPreprocessor.php;h=19dd96e88562ad79ae213be2c3ab0907e917a938;hp=99ca1be4897b3431432722e849d1587cc752ddfa;hb=9283760f340c6971d748fb574a35453fa7928807;hpb=509b2f7fe247bfe89c6bedd21d4bfd22d435aa4d diff --git a/includes/parser/Preprocessor.php b/includes/parser/Preprocessor.php index 99ca1be489..19dd96e885 100644 --- a/includes/parser/Preprocessor.php +++ b/includes/parser/Preprocessor.php @@ -31,6 +31,11 @@ abstract class Preprocessor { const CACHE_VERSION = 1; + /** + * @var Parser + */ + public $parser; + /** * @var array Brace matching rules. */