diff options
Diffstat (limited to 'includes/libs/ReplacementArray.php')
-rw-r--r-- | includes/libs/ReplacementArray.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/libs/ReplacementArray.php b/includes/libs/ReplacementArray.php index 107ac4ed058b..e16fe324c4d7 100644 --- a/includes/libs/ReplacementArray.php +++ b/includes/libs/ReplacementArray.php @@ -73,9 +73,6 @@ class ReplacementArray { $this->data = $data + $this->data; } - /** - * @param ReplacementArray $other - */ public function merge( ReplacementArray $other ) { $this->data = $other->data + $this->data; } |