@@ -58,7 +58,7 @@ |
||
| 58 | 58 | * Returns the decrypted body |
| 59 | 59 | * @return string |
| 60 | 60 | */ |
| 61 | - public function getDecryptedBody() :? string |
|
| 61 | + public function getDecryptedBody() : ? string |
|
| 62 | 62 | { |
| 63 | 63 | $rawContentType = $this->getContentType(); |
| 64 | 64 | |
@@ -27,7 +27,7 @@ |
||
| 27 | 27 | * |
| 28 | 28 | * @return string |
| 29 | 29 | */ |
| 30 | - public function getDecryptedBody() :? string |
|
| 30 | + public function getDecryptedBody() : ? string |
|
| 31 | 31 | { |
| 32 | 32 | return $this->decryptedBody; |
| 33 | 33 | } |