diff options
Diffstat (limited to 'includes/parser/PPDStackElement_Hash.php')
-rw-r--r-- | includes/parser/PPDStackElement_Hash.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/includes/parser/PPDStackElement_Hash.php b/includes/parser/PPDStackElement_Hash.php index b758b2bdc452..06d48b95be39 100644 --- a/includes/parser/PPDStackElement_Hash.php +++ b/includes/parser/PPDStackElement_Hash.php @@ -19,6 +19,8 @@ * @ingroup Parser */ +namespace MediaWiki\Parser; + /** * @ingroup Parser * @@ -147,3 +149,6 @@ class PPDStackElement_Hash { return $accum; } } + +/** @deprecated class alias since 1.43 */ +class_alias( PPDStackElement_Hash::class, 'PPDStackElement_Hash' ); |