Skip to content

Commit 931d3db

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 301d6b1 + eb734af commit 931d3db

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)