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

sourcepatches

This run took 56 seconds.

From cd2acc5cce77b4784b45a41d1535b30b42ff45ed Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Sat, 19 Jun 2021 11:15:43 +0000
Subject: [PATCH] [DNM] there are no updates

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