mediawiki/libs/Dodo: main (log #326838)

sourcepatches

This run took 52 seconds.

From 482f4c556e76c97e7e24fe1ab5ab3d0732c89d6d Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Fri, 18 Jun 2021 11:16:51 +0000
Subject: [PATCH] [DNM] there are no updates

Change-Id: Ia91bf145f148d6a14b65d60dba9bf6a870439172
---
 composer.json | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index 99fa330..751e231 100644
--- a/composer.json
+++ b/composer.json
@@ -90,14 +90,15 @@
 		"cover": "phpunit --coverage-html coverage",
 		"fix": [
 			"minus-x fix .",
-			"@phpcbf"
+			"@phpcbf",
+			"phpcbf"
 		],
 		"phan": "phan --allow-polyfill-parser",
 		"phpcs": "phpcs -sp",
 		"phpunit": [
 			"phpunit || true",
-            "@robo log:process"
-        ],
+			"@robo log:process"
+		],
 		"phpcbf": "phpcbf",
 		"update-tests": "@robo build",
 		"update-tags": [
-- 
2.20.1

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