[export][rector] first rector rule to add new method to filters

This commit is contained in:
2023-06-04 01:11:38 +02:00
parent cb0a6bbd21
commit 02afcb30d4
12 changed files with 700 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ $finder = PhpCsFixer\Finder::create();
$finder
->in(__DIR__.'/src')
->in(__DIR__.'/utils')
->append([__FILE__])
->exclude(['docs/', 'tests/app'])
->notPath('tests/app')