mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 02:37:22 +01:00
chore: removes scripts folder
This commit is contained in:
@ -3,7 +3,6 @@
|
|||||||
$finder = PhpCsFixer\Finder::create()
|
$finder = PhpCsFixer\Finder::create()
|
||||||
->in(__DIR__ . DIRECTORY_SEPARATOR . 'tests')
|
->in(__DIR__ . DIRECTORY_SEPARATOR . 'tests')
|
||||||
->in(__DIR__ . DIRECTORY_SEPARATOR . 'bin')
|
->in(__DIR__ . DIRECTORY_SEPARATOR . 'bin')
|
||||||
->in(__DIR__ . DIRECTORY_SEPARATOR . 'scripts')
|
|
||||||
->in(__DIR__ . DIRECTORY_SEPARATOR . 'stubs')
|
->in(__DIR__ . DIRECTORY_SEPARATOR . 'stubs')
|
||||||
->in(__DIR__ . DIRECTORY_SEPARATOR . 'src')
|
->in(__DIR__ . DIRECTORY_SEPARATOR . 'src')
|
||||||
->append(['.php-cs-fixer.dist.php']);
|
->append(['.php-cs-fixer.dist.php']);
|
||||||
|
|||||||
Reference in New Issue
Block a user