@@ -72,7 +72,7 @@ |
||
| 72 | 72 | /** |
| 73 | 73 | * @return null|DateTimeImmutable |
| 74 | 74 | */ |
| 75 | - public function getCreatedOn():?DateTimeImmutable |
|
| 75 | + public function getCreatedOn(): ?DateTimeImmutable |
|
| 76 | 76 | { |
| 77 | 77 | return $this->createdOn; |
| 78 | 78 | } |
@@ -81,7 +81,7 @@ |
||
| 81 | 81 | /** |
| 82 | 82 | * @return null|Recipient |
| 83 | 83 | */ |
| 84 | - public function getMessageRecipient():?Recipient |
|
| 84 | + public function getMessageRecipient(): ?Recipient |
|
| 85 | 85 | { |
| 86 | 86 | return $this->messageRecipient; |
| 87 | 87 | } |
@@ -169,7 +169,7 @@ discard block |
||
| 169 | 169 | /** |
| 170 | 170 | * @return null|DateTimeImmutable |
| 171 | 171 | */ |
| 172 | - public function getFromDate():?DateTimeImmutable |
|
| 172 | + public function getFromDate(): ?DateTimeImmutable |
|
| 173 | 173 | { |
| 174 | 174 | return $this->fromDate; |
| 175 | 175 | } |
@@ -185,7 +185,7 @@ discard block |
||
| 185 | 185 | /** |
| 186 | 186 | * @return null|DateTimeImmutable |
| 187 | 187 | */ |
| 188 | - public function getToDate():?DateTimeImmutable |
|
| 188 | + public function getToDate(): ?DateTimeImmutable |
|
| 189 | 189 | { |
| 190 | 190 | return $this->toDate; |
| 191 | 191 | } |
@@ -80,7 +80,7 @@ discard block |
||
| 80 | 80 | /** |
| 81 | 81 | * @return null|ContactDetails |
| 82 | 82 | */ |
| 83 | - public function getContactDetails():?ContactDetails |
|
| 83 | + public function getContactDetails(): ?ContactDetails |
|
| 84 | 84 | { |
| 85 | 85 | return $this->contactDetails; |
| 86 | 86 | } |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | /** |
| 97 | 97 | * @return null|Identification |
| 98 | 98 | */ |
| 99 | - public function getIdentification():?Identification |
|
| 99 | + public function getIdentification(): ?Identification |
|
| 100 | 100 | { |
| 101 | 101 | return $this->identification; |
| 102 | 102 | } |