Skip to content

Commit 065335c

Browse files
committed
minor #14090 CS: Unary operators should be placed adjacent to their operands (keradus)
This PR was merged into the 2.3 branch. Discussion ---------- CS: Unary operators should be placed adjacent to their operands | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | ? | Fixed tickets | N/A | License | MIT | Doc PR | N/A Update before upcoming changes on PHP CS Fixer 1.7 To keep fabbot.io happy ;) Commits ------- 2367f4a CS: Unary operators should be placed adjacent to their operands
2 parents f0d168d + 1a17e75 commit 065335c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Form/Type/DoctrineType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
6060

6161
public function setDefaultOptions(OptionsResolverInterface $resolver)
6262
{
63-
$choiceListCache = & $this->choiceListCache;
63+
$choiceListCache = &$this->choiceListCache;
6464
$registry = $this->registry;
6565
$propertyAccessor = $this->propertyAccessor;
6666
$type = $this;

0 commit comments

Comments
 (0)