Passed
Push — master ( 71b503...d61140 )
by Luiz Kim
04:39 queued 02:14
created
src/Entity/Product.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -145,14 +145,14 @@
 block discarded – undo
145 145
     private $productUnit;
146 146
 
147 147
      /**
148
-     * @var Queue
149
-     *
150
-     * @ORM\ManyToOne(targetEntity="Queue")
151
-     * @ORM\JoinColumns({
152
-     *   @ORM\JoinColumn(name="queue_id", referencedColumnName="id")
153
-     * })
154
-     * @Groups({"product_category:read","product:read","product_group_product:read","order_product:read","order:read","order_details:read","order:write","product:write"})
155
-     */
148
+      * @var Queue
149
+      *
150
+      * @ORM\ManyToOne(targetEntity="Queue")
151
+      * @ORM\JoinColumns({
152
+      *   @ORM\JoinColumn(name="queue_id", referencedColumnName="id")
153
+      * })
154
+      * @Groups({"product_category:read","product:read","product_group_product:read","order_product:read","order:read","order_details:read","order:write","product:write"})
155
+      */
156 156
     private $queue;
157 157
 
158 158
     /**
Please login to merge, or discard this patch.