mediawiki/extensions/Forms: main (log #562360)

sourcepatches

This run took 14 seconds.

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

Change-Id: I9ebe7487503f3d927f829513f1fa56d0c7feaff8
---
 composer.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index cab7c8b..24102fb 100644
--- a/composer.json
+++ b/composer.json
@@ -18,11 +18,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.