aboutsummaryrefslogtreecommitdiffstats
path: root/includes/content/JavaScriptContent.php
diff options
context:
space:
mode:
authordaniel <dkinzler@wikimedia.org>2020-07-13 10:53:06 +0200
committerDaniel Kinzler <dkinzler@wikimedia.org>2020-07-13 08:55:28 +0000
commit272db6afde704f3cd929ec89509c8800215f71ce (patch)
tree7ad299646cd47170a32cc98dac554a3aab97859e /includes/content/JavaScriptContent.php
parent631578c68595581e202e150b3a03027dbb9a8ada (diff)
downloadmediawikicore-272db6afde704f3cd929ec89509c8800215f71ce.tar.gz
mediawikicore-272db6afde704f3cd929ec89509c8800215f71ce.zip
Replace "@stable for calling" by "@stable to call"
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: If560596f5e1e0a3da91afc36e656e7c27f040968
Diffstat (limited to 'includes/content/JavaScriptContent.php')
-rw-r--r--includes/content/JavaScriptContent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/content/JavaScriptContent.php b/includes/content/JavaScriptContent.php
index 04a9304e3223..e0b2f77bec13 100644
--- a/includes/content/JavaScriptContent.php
+++ b/includes/content/JavaScriptContent.php
@@ -41,7 +41,7 @@ class JavaScriptContent extends TextContent {
private $redirectTarget = false;
/**
- * @stable for calling
+ * @stable to call
* @param string $text JavaScript code.
* @param string $modelId the content model name
*/