mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 13:51:42 +01:00
Don't process file "assets-prod.php" by PHP CS Fixer (#7357)
This commit is contained in:
parent
7fb385da9c
commit
39dcfa545e
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user