Completed
Pull Request — master (#366)
by Paul
06:24
created
Bundle/CoreBundle/Entity/View.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -688,7 +688,7 @@
 block discarded – undo
688 688
     public function getWidgetsIds()
689 689
     {
690 690
         $widgetIds = [];
691
-        foreach($this->getBuiltWidgetMap() as $slot => $_widgetMaps) {
691
+        foreach ($this->getBuiltWidgetMap() as $slot => $_widgetMaps) {
692 692
             foreach ($_widgetMaps as $widgetMap) {
693 693
                 $widgetIds[] = $widgetMap->getWidget()->getId();
694 694
             }
Please login to merge, or discard this patch.