mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 08:16:13 +02:00

[BUGFIX] Always use the configuration file for php-cs-fixer (#119)

Fixes #114
This commit is contained in:
Oliver Klee 2020-10-11 15:17:18 +02:00 committed by GitHub
parent 14c3a513c1
commit 79a6018501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@
"@php -r 'is_dir($extFolder=__DIR__.\"/.Build/public/typo3conf/ext/\") || mkdir($extFolder, 0777, true);'", "@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);'" "@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", "fix:php-sniff": "phpcbf Classes Tests",
"post-autoload-dump": [ "post-autoload-dump": [
"@link-extension" "@link-extension"