Completed
Push — master ( c72c68...ded88b )
by Charles
04:52
created
src/Keypair.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
      *
36 36
      * @return string|null
37 37
      */
38
-    public function getPublicKey() :? string
38
+    public function getPublicKey() : ? string
39 39
     {
40 40
         return $this->publicKey;
41 41
     }
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
      *
46 46
      * @return string|null
47 47
      */
48
-    public function getSecretKey() :? string
48
+    public function getSecretKey() : ? string
49 49
     {
50 50
         return $this->secretKey;
51 51
     }
Please login to merge, or discard this patch.