From fb3848e4bc01dbf5f729e875d9f235f84f580c62 Mon Sep 17 00:00:00 2001 From: physikerwelt Date: Sat, 28 Nov 2015 00:57:25 +0100 Subject: [PATCH] Add phpcbf script to fix whitespace problems Change-Id: Id5ae6b541ae71d64050beb3d5e601e9bf179dd6e --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 99741dd..aa3c501 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,9 @@ "test": [ "parallel-lint . --exclude vendor", "phpcs -p -s" + ], + "fix": [ + "phpcbf -p" ] } }