Passed
Push — master ( 71fb06...7ef6b6 )
by Luiz Kim
08:28
created
src/Entity/ProductUnity.php 1 patch
Indentation   -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,6 @@  discard block
 block discarded – undo
47 47
      * @ORM\Id
48 48
      * @ORM\GeneratedValue(strategy="IDENTITY")
49 49
      * @Groups({"pruduct_read","product_unity_read"})
50
-
51 50
      */
52 51
     private $id;
53 52
 
@@ -56,7 +55,6 @@  discard block
 block discarded – undo
56 55
      *
57 56
      * @ORM\Column(name="product_unit", type="string", length=3, nullable=false)
58 57
      * @Groups({"pruduct_read","product_unity_read"})
59
-
60 58
      */
61 59
     private $productUnit;
62 60
 
Please login to merge, or discard this patch.