Passed
Push — master ( 75575e...9d5957 )
by Luiz Kim
03:21 queued 01:12
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")
164
-     * @Groups({"product_group_product:read"})
165
-     */
162
+ * @var Collection|ProductGroupProduct[]
163
+ * @ORM\OneToMany(targetEntity="ProductGroupProduct", mappedBy="productChild")
164
+ * @Groups({"product_group_product:read"})
165
+ */
166 166
     private $childProducts;
167 167
 
168 168
 
Please login to merge, or discard this patch.