diff --git a/composer.json b/composer.json index e7812fd..e7632d2 100644 --- a/composer.json +++ b/composer.json @@ -117,7 +117,7 @@ "@fix:php:sniff" ], "fix:php:cs": "@php ./tools/php-cs-fixer fix --config .php_cs.php", - "fix:php:sniff": "@php .Build/vendor/bin/phpcs Classes Configuration Tests", + "fix:php:sniff": "@php ./tools/phpcbf Classes Configuration Tests", "link-extension": [ "@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);'" diff --git a/phive.xml b/phive.xml index 18b4e4d..cb77f5e 100644 --- a/phive.xml +++ b/phive.xml @@ -3,6 +3,7 @@ + diff --git a/tools/phpcbf b/tools/phpcbf new file mode 100755 index 0000000..dcf50ad Binary files /dev/null and b/tools/phpcbf differ