Passed
Push — master ( 843189...d0e20a )
by Charles
06:07
created
web/Request.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
web/ncryptf/JsonParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.