mediawiki/extensions/Workflows: main (log #562730)

sourcepatches

This run took 16 seconds.

From 905f96bfb9f9b4eaa469f09404d276e700bc1e67 Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 31 Dec 2021 09:38:08 +0000
Subject: [PATCH] [DNM] there are no updates

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

diff --git a/composer.json b/composer.json
index 500ea03..6e4c44c 100644
--- a/composer.json
+++ b/composer.json
@@ -34,11 +34,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.