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/',
|
'messages/',
|
||||||
'views/',
|
'views/',
|
||||||
])
|
])
|
||||||
|
->notPath('protected/humhub/config/assets-prod.php')
|
||||||
->in([
|
->in([
|
||||||
'protected/humhub',
|
'protected/humhub',
|
||||||
]);
|
]);
|
||||||
@ -17,4 +18,3 @@ return (new PhpCsFixer\Config())
|
|||||||
'single_line_empty_body' => false,
|
'single_line_empty_body' => false,
|
||||||
])
|
])
|
||||||
->setFinder($finder);
|
->setFinder($finder);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user