Passed
Push — master ( da8d36...dce459 )
by Luiz Kim
07:52 queued 05:04
created
src/Entity/City.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,6 @@
 block discarded – undo
59 59
      *
60 60
      * @ORM\Column(name="cod_ibge", type="integer", nullable=true)
61 61
      * @Groups({"city:read","logistic:read","order_details:read", "people:read", "address:read", "delivery_region:read"})
62
-
63 62
      */
64 63
     private $cod_ibge;
65 64
     /**
Please login to merge, or discard this patch.
src/Entity/State.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,6 @@
 block discarded – undo
51 51
      *
52 52
      * @ORM\Column(name="cod_ibge", type="integer", nullable=true)
53 53
      * @Groups({"city:read","logistic:read","state:read", "order_details:read", "people:read", "address:read", "delivery_region:read"})
54
-
55 54
      */
56 55
     private $cod_ibge;
57 56
     /**
Please login to merge, or discard this patch.