Failed Conditions
Push — master ( c19c1b...d89672 )
by Adrien
05:11
created
src/Camt054/DTO/V04/OriginalBusinessQuery.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
src/DTO/GroupHeader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
src/DTO/Record.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
src/DTO/Recipient.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.