mediawiki/extensions/PageCheckout: main (log #562375)

sourcepatches

This run took 8 seconds.

From b6652342bfe664deba17fd99f7424db34b8e876c Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Thu, 23 Dec 2021 09:23:13 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I77a12455c37c97d11c495628fa89c8e0f3a110db
---
 .phpcs.xml    | 2 +-
 composer.json | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/.phpcs.xml b/.phpcs.xml
index 95996a6..a475d6d 100644
--- a/.phpcs.xml
+++ b/.phpcs.xml
@@ -4,6 +4,6 @@
 		<exclude name="MediaWiki.NamingConventions.LowerCamelFunctionsName.FunctionName" />
 	</rule>
 	<file>.</file>
-	<arg name="extensions" value="php,php5,inc"/>
+	<arg name="extensions" value="php"/>
 	<arg name="encoding" value="UTF-8"/>
 </ruleset>
diff --git a/composer.json b/composer.json
index a8a5bdd..5d40214 100644
--- a/composer.json
+++ b/composer.json
@@ -17,11 +17,12 @@
 		"test": [
 			"parallel-lint . --exclude vendor --exclude node_modules",
 			"minus-x check .",
-			"phpcs -sp"
+			"@phpcs"
 		],
 		"fix": [
 			"minus-x fix .",
 			"phpcbf"
-		]
+		],
+		"phpcs": "phpcs -sp"
 	}
 }
-- 
2.20.1

**purged**
Source code is licensed under the AGPL.