Completed
Push — master ( 743367...2eb0ee )
by Gabriel
06:30
created
src/Models/Product.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
         return $this->note;
81 81
     }
82 82
 
83
-    public function getCreation(): ?DateTime
83
+    public function getCreation(): ? DateTime
84 84
     {
85 85
         return $this->creation;
86 86
     }
Please login to merge, or discard this patch.