Commit ed3b397
committed
CS Fixes: Not double split with one array argument
Keep to use the same CS in all the Symfony code base.
Use:
```php
$resolver->setDefaults([
'compound' => false
]);
```
Instead of:
```php
$resolver->setDefaults(
[
'compound' => false,
]
);
```
Keep the double split when the method has two or more arguments.
I miss a PSR with this rule.1 parent 926e3b7 commit ed3b397
1 file changed
+16
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
541 | 539 | | |
542 | 540 | | |
543 | 541 | | |
| |||
1598 | 1596 | | |
1599 | 1597 | | |
1600 | 1598 | | |
1601 | | - | |
1602 | | - | |
1603 | | - | |
1604 | | - | |
1605 | | - | |
1606 | | - | |
1607 | | - | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
1608 | 1604 | | |
1609 | 1605 | | |
1610 | 1606 | | |
| |||
1644 | 1640 | | |
1645 | 1641 | | |
1646 | 1642 | | |
1647 | | - | |
1648 | | - | |
1649 | | - | |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
1650 | 1646 | | |
1651 | | - | |
1652 | | - | |
1653 | | - | |
| 1647 | + | |
1654 | 1648 | | |
1655 | 1649 | | |
1656 | | - | |
1657 | | - | |
| 1650 | + | |
| 1651 | + | |
1658 | 1652 | | |
1659 | 1653 | | |
1660 | 1654 | | |
| |||
0 commit comments