X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fparser%2FPreprocessor_Hash.php;h=f7f37ac044dcf44fef38484b927efa616021b72e;hp=66f081fe7713f8c9babdb8d11ec05d9d07872cab;hb=6cfb2e3d7a2b96d5041312fcec88248bb46573d7;hpb=a3b4288eacd34869b13f59782b73c9ddb75e3523 diff --git a/includes/parser/Preprocessor_Hash.php b/includes/parser/Preprocessor_Hash.php index 66f081fe77..f7f37ac044 100644 --- a/includes/parser/Preprocessor_Hash.php +++ b/includes/parser/Preprocessor_Hash.php @@ -50,6 +50,9 @@ class Preprocessor_Hash extends Preprocessor { const CACHE_PREFIX = 'preprocess-hash'; const CACHE_VERSION = 2; + /** + * @param Parser $parser + */ public function __construct( $parser ) { $this->parser = $parser; }