Passed
Push — master ( 9d5957...f719f2 )
by Luiz Kim
02:59 queued 45s
created
src/Entity/Product.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -159,10 +159,10 @@
 block discarded – undo
159 159
     private $queue;
160 160
 
161 161
 /**
162
-     * @var Collection|ProductGroupProduct[]
163
-     * @ORM\OneToMany(targetEntity="ProductGroupProduct", mappedBy="productChild", fetch="LAZY")
164
-     * @Groups({"product_group_product:read"})
165
-     */
162
+ * @var Collection|ProductGroupProduct[]
163
+ * @ORM\OneToMany(targetEntity="ProductGroupProduct", mappedBy="productChild", fetch="LAZY")
164
+ * @Groups({"product_group_product:read"})
165
+ */
166 166
     private $childProducts;
167 167
 
168 168
 
Please login to merge, or discard this patch.