Skip to content

Commit eb734af

Browse files
committed
CS: Unary operators should be placed adjacent to their operands
1 parent dfc5e71 commit eb734af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/Core/Type/ChoiceType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public function finishView(FormView $view, FormInterface $form, array $options)
160160
*/
161161
public function setDefaultOptions(OptionsResolverInterface $resolver)
162162
{
163-
$choiceListCache = & $this->choiceListCache;
163+
$choiceListCache = &$this->choiceListCache;
164164

165165
$choiceList = function (Options $options) use (&$choiceListCache) {
166166
// Harden against NULL values (like in EntityType and ModelType)

0 commit comments

Comments
 (0)