@@ -35,7 +35,7 @@ |
||
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 | } |
@@ -64,7 +64,7 @@ |
||
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 | } |