diff options
Diffstat (limited to 'includes/context/MutableContext.php')
-rw-r--r-- | includes/context/MutableContext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/context/MutableContext.php b/includes/context/MutableContext.php index 4010a90201a8..762c146fcb47 100644 --- a/includes/context/MutableContext.php +++ b/includes/context/MutableContext.php @@ -91,5 +91,5 @@ interface MutableContext { } -/** @deprecated since 1.42 */ +/** @deprecated class alias since 1.42 */ class_alias( MutableContext::class, 'MutableContext' ); |