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

sourcepatches

This run took 58 seconds.

From 08dcaaa74fff382e959fded7eb116e9b8ca4217a Mon Sep 17 00:00:00 2001
From: libraryupgrader <tools.libraryupgrader@tools.wmflabs.org>
Date: Tue, 15 Jun 2021 11:01:35 +0000
Subject: [PATCH] [DNM] there are no updates

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