Completed
Push — master ( 4bb2b6...5501b3 )
by Kamil
22:50
created
src/Sylius/Bundle/AddressingBundle/Form/Type/ZoneType.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
             ];
82 82
 
83 83
             if ($zone->getType() === ZoneInterface::TYPE_ZONE) {
84
-                $entryOptions['entry_options']['choice_filter'] = function(ZoneInterface $subZone) use ($zone){
84
+                $entryOptions['entry_options']['choice_filter'] = function(ZoneInterface $subZone) use ($zone) {
85 85
                     return $zone->getId() !== $subZone->getId();
86 86
                 };
87 87
             }
Please login to merge, or discard this patch.