Completed
Push — master ( 134b2d...f2c57a )
by Gabriel
02:40
created
src/Models/Category.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
         return $this->name;
40 40
     }
41 41
 
42
-    public function getCreation(): ?DateTime
42
+    public function getCreation(): ? DateTime
43 43
     {
44 44
         return $this->creation;
45 45
     }
Please login to merge, or discard this patch.