mirror of
https://github.com/deployphp/deployer.git
synced 2025-01-29 03:08:05 +01:00
Add trailing_comma_in_multiline to .php-cs-fixer.dist.php (#4001)
This commit is contained in:
parent
16cb357ea1
commit
f0320fa496
@ -9,5 +9,6 @@ $finder = (new PhpCsFixer\Finder())
|
||||
return (new PhpCsFixer\Config())
|
||||
->setRules([
|
||||
'@PER-CS' => true,
|
||||
'trailing_comma_in_multiline' => ['elements' => ['arguments', 'array_destructuring', 'arrays']], // For PHP 7.4 compatibility
|
||||
])
|
||||
->setFinder($finder);
|
||||
|
Loading…
x
Reference in New Issue
Block a user