Completed
Pull Request — master (#24)
by Michael
01:17
created
src/OpensslKey.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
      */
83 83
     public function authenticationKey(string $info): string
84 84
     {
85
-        return $this->deriveKey(__FUNCTION__ . '|' . $info);
85
+        return $this->deriveKey(__FUNCTION__.'|'.$info);
86 86
     }
87 87
 
88 88
     /**
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
      */
95 95
     public function encryptionKey(string $info): string
96 96
     {
97
-        return $this->deriveKey(__FUNCTION__ . '|' . $info);
97
+        return $this->deriveKey(__FUNCTION__.'|'.$info);
98 98
     }
99 99
 
100 100
     /**
Please login to merge, or discard this patch.