Skip to content

Commit 1a17e75

Browse files
committed
CS: Unary operators should be placed adjacent to their operands
1 parent 8b64e43 commit 1a17e75

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)