Don't process file "assets-prod.php" by PHP CS Fixer (#7357)

This commit is contained in:
Yuriy Bakhtin 2024-12-18 14:21:00 +01:00 committed by GitHub
parent 7fb385da9c
commit 39dcfa545e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@ $finder = (new PhpCsFixer\Finder())
'messages/',
'views/',
])
->notPath('protected/humhub/config/assets-prod.php')
->in([
'protected/humhub',
]);
@ -17,4 +18,3 @@ return (new PhpCsFixer\Config())
'single_line_empty_body' => false,
])
->setFinder($finder);