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

sourcepatches

This run took 18 seconds.

From a96d31c5d4cf2dd41293424454864c45fba3d959 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sun, 23 Jan 2022 08:55:03 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: I054498262dc319df1465c1c541f295c1780627e8
---
 .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.