mediawiki/extensions/WikiToLDAP: main (log #443359)

sourcepatches

This run took 12 seconds.

From bdbf7ed8dded1e84c0b6b5b6b4c3d7ac51f00bfe Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sat, 11 Sep 2021 08:45:32 +0000
Subject: [PATCH] [DNM] there are no updates

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

diff --git a/composer.json b/composer.json
index ad92696..73603dc 100644
--- a/composer.json
+++ b/composer.json
@@ -33,7 +33,7 @@
 	"scripts": {
 		"test": [
 			"parallel-lint . --exclude vendor --exclude node_modules",
-			"phpcs -p -s",
+			"@phpcs",
 			"minus-x check ."
 		],
 		"fix": [
@@ -42,6 +42,7 @@
 		],
 		"phan": [
 			"phan -m text --no-color --no-progress-bar | sed 's, ,:,'"
-		]
+		],
+		"phpcs": "phpcs -sp --cache"
 	}
 }
-- 
2.20.1

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