From 79a60185013419d384e32c3ea1fcca16d3092e8f Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 11 Oct 2020 15:17:18 +0200 Subject: [PATCH] [BUGFIX] Always use the configuration file for php-cs-fixer (#119) Fixes #114 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9a10d9c..c7ef455 100644 --- a/composer.json +++ b/composer.json @@ -93,7 +93,7 @@ "@php -r 'is_dir($extFolder=__DIR__.\"/.Build/public/typo3conf/ext/\") || mkdir($extFolder, 0777, true);'", "@php -r 'file_exists($extFolder=__DIR__.\"/.Build/public/typo3conf/ext/tea\") || symlink(__DIR__,$extFolder);'" ], - "fix:php-cs": "php-cs-fixer fix", + "fix:php-cs": "php-cs-fixer fix --config .php_cs.php", "fix:php-sniff": "phpcbf Classes Tests", "post-autoload-dump": [ "@link-extension"