Completed
Push — master ( 4de43c...7a7d43 )
by Paul
06:26
created
Bundle/WidgetBundle/Builder/WidgetFormBuilder.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -128,6 +128,7 @@  discard block
 block discarded – undo
128 128
      * @param BusinessEntity[]                           $classes
129 129
      * @param int                                        $position
130 130
      * @param \Victoire\Bundle\WidgetBundle\Model\Widget $activeWidget
131
+     * @param string $quantum
131 132
      *
132 133
      * @throws \Exception
133 134
      *
@@ -184,6 +185,7 @@  discard block
 block discarded – undo
184 185
      * @param string $businessEntityId
185 186
      * @param string $formMode
186 187
      * @param int    $position
188
+     * @param string $slotId
187 189
      *
188 190
      * @throws \Exception
189 191
      *
Please login to merge, or discard this patch.
Bundle/WidgetMapBundle/Entity/WidgetMap.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -325,7 +325,7 @@
 block discarded – undo
325 325
     }
326 326
 
327 327
     /**
328
-     * @return WidgetMap[]
328
+     * @return Collection
329 329
      */
330 330
     public function getChildren()
331 331
     {
Please login to merge, or discard this patch.
Tests/App/app/AppKernel.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
             new Victoire\Bundle\WidgetBundle\VictoireWidgetBundle(),
64 64
             new Victoire\Bundle\WidgetMapBundle\VictoireWidgetMapBundle(),
65 65
 new Victoire\Bundle\ORMBusinessEntityBundle\VictoireORMBusinessEntityBundle(),
66
-            new Victoire\Bundle\APIBusinessEntityBundle\VictoireAPIBusinessEntityBundle(),            //Victoire minmaltest bundles
66
+            new Victoire\Bundle\APIBusinessEntityBundle\VictoireAPIBusinessEntityBundle(), //Victoire minmaltest bundles
67 67
             new Victoire\Widget\ForceBundle\VictoireWidgetForceBundle(),
68 68
             new Victoire\Widget\LightSaberBundle\VictoireWidgetLightSaberBundle(),
69 69
             new Victoire\Widget\ButtonBundle\VictoireWidgetButtonBundle(),
Please login to merge, or discard this patch.