Completed
Push — master ( e6ba08...9dbf89 )
by Gabriel
02:34
created
src/Models/Code.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         return $this->elements;
36 36
     }
37 37
 
38
-    public function getCreation(): ?DateTime
38
+    public function getCreation(): ? DateTime
39 39
     {
40 40
         return $this->creation;
41 41
     }
Please login to merge, or discard this patch.
src/Models/Product.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
         return $this->notes;
65 65
     }
66 66
 
67
-    public function getCreation(): ?DateTime
67
+    public function getCreation(): ? DateTime
68 68
     {
69 69
         return $this->creation;
70 70
     }
Please login to merge, or discard this patch.