mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 18:56:14 +01:00
[BUGFIX] Always use the configuration file for php-cs-fixer (#119)
Fixes #114
This commit is contained in:
parent
14c3a513c1
commit
79a6018501
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue