aboutsummaryrefslogtreecommitdiffstats
path: root/includes/utils
diff options
context:
space:
mode:
authordaniel <dkinzler@wikimedia.org>2020-07-13 11:05:49 +0200
committerdaniel <dkinzler@wikimedia.org>2020-07-13 11:05:49 +0200
commite6e0ad2472f6675220646ce3429c07a88970702a (patch)
tree3060aa3c5ff738a715ca198b458fcd8c7ba91756 /includes/utils
parent631578c68595581e202e150b3a03027dbb9a8ada (diff)
downloadmediawikicore-e6e0ad2472f6675220646ce3429c07a88970702a.tar.gz
mediawikicore-e6e0ad2472f6675220646ce3429c07a88970702a.zip
Replace "@stable for implementation" with "@stable to implement"
For compliance with the new version of the table interface policy (T255803). This patch was created by an automated search & replace operation on the includes/ directory. Bug: T257789 Change-Id: I17e5e92e24c708ffc846945a136347670a3a20c7
Diffstat (limited to 'includes/utils')
-rw-r--r--includes/utils/RowUpdateGenerator.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/utils/RowUpdateGenerator.php b/includes/utils/RowUpdateGenerator.php
index d71c28d14343..d9f56d90986a 100644
--- a/includes/utils/RowUpdateGenerator.php
+++ b/includes/utils/RowUpdateGenerator.php
@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* http://www.gnu.org/copyleft/gpl.html
*
- * @stable for implementation
+ * @stable to implement
*
* @file
* @ingroup Maintenance