aboutsummaryrefslogtreecommitdiffstats
path: root/includes/diff/WordAccumulator.php
diff options
context:
space:
mode:
authordaniel <dkinzler@wikimedia.org>2020-06-26 14:14:23 +0200
committerdaniel <dkinzler@wikimedia.org>2020-06-26 14:14:23 +0200
commitf59bf8a22fa66f238fc9106bf89cedf29168dc4e (patch)
tree6f1a2a475d5960733c31ec535e48f4e068e9bcb0 /includes/diff/WordAccumulator.php
parentf7b051bd312d659a68ee77980c3d9d402af4eac2 (diff)
downloadmediawikicore-f59bf8a22fa66f238fc9106bf89cedf29168dc4e.tar.gz
mediawikicore-f59bf8a22fa66f238fc9106bf89cedf29168dc4e.zip
Use @internal instead of @private per policy
https://www.mediawiki.org/wiki/Stable_interface_policy mandates the use of @internal. The semantics of @private was never properly defined. Bug: T247862 Change-Id: I4c7c6e7b5a80e86456965521f88d1dfa7d698f84
Diffstat (limited to 'includes/diff/WordAccumulator.php')
-rw-r--r--includes/diff/WordAccumulator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/diff/WordAccumulator.php b/includes/diff/WordAccumulator.php
index aefcfb709445..a40c5b43b4af 100644
--- a/includes/diff/WordAccumulator.php
+++ b/includes/diff/WordAccumulator.php
@@ -28,7 +28,7 @@ namespace MediaWiki\Diff;
/**
* Stores, escapes and formats the results of word-level diff
*
- * @private
+ * @internal
* @ingroup DifferenceEngine
*/
class WordAccumulator {