aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryLinks.php
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2020-05-15 22:36:51 +0100
committerReedy <reedy@wikimedia.org>2020-05-16 00:51:14 +0100
commitb80a9f4f6aa2781bfe68718a75b99593d3487dff (patch)
treee8d4cfd6ff76ffffa8a923c87537fd64e3e5a2f6 /includes/api/ApiQueryLinks.php
parentaa17c06c09f2408c18260d1c7e75412696d69f35 (diff)
downloadmediawikicore-b80a9f4f6aa2781bfe68718a75b99593d3487dff.tar.gz
mediawikicore-b80a9f4f6aa2781bfe68718a75b99593d3487dff.zip
Fix even more PSR12.Properties.ConstantVisibility.NotFound
Change-Id: I5e04824d6fa6a4c36ce489850bb0ed7b4ac588f9
Diffstat (limited to 'includes/api/ApiQueryLinks.php')
-rw-r--r--includes/api/ApiQueryLinks.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/api/ApiQueryLinks.php b/includes/api/ApiQueryLinks.php
index 218efba1b7c9..dbcecb7f5bf0 100644
--- a/includes/api/ApiQueryLinks.php
+++ b/includes/api/ApiQueryLinks.php
@@ -27,8 +27,8 @@
*/
class ApiQueryLinks extends ApiQueryGeneratorBase {
- const LINKS = 'links';
- const TEMPLATES = 'templates';
+ private const LINKS = 'links';
+ private const TEMPLATES = 'templates';
private $table, $prefix, $titlesParam, $helpUrl;