Renamed third party packages directories

This commit is contained in:
Bernd Bestel
2023-06-03 17:36:01 +02:00
parent 70bb014c9f
commit de4c6e8b60
9 changed files with 64 additions and 63 deletions

View File

@@ -1,7 +1,7 @@
<?php
$finder = PhpCsFixer\Finder::create()
->exclude(['vendor'])
->exclude(['packages'])
->ignoreVCSIgnored(true)
->files()->name('*.php')
->in(__DIR__)