Test Failed
Push — master ( b0844f...f87cd0 )
by
unknown
03:20
created
Models/DTOs/UserNatural.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
      */
71 71
     public function getBirthday() : string
72 72
     {
73
-        return $this->birthday->format('U');;
73
+        return $this->birthday->format('U'); ;
74 74
     }
75 75
 
76 76
     /**
Please login to merge, or discard this patch.