Completed
Push — master ( 4e7c0a...d2ffd7 )
by Michael
08:07
created
src/OpensslKey.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
      */
107 107
     public function authenticationKey(): string
108 108
     {
109
-        return $this->deriveKey(__FUNCTION__ . '|' . $this->_cipher);
109
+        return $this->deriveKey(__FUNCTION__.'|'.$this->_cipher);
110 110
     }
111 111
 
112 112
     /**
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
      */
117 117
     public function encryptionKey(): string
118 118
     {
119
-        return $this->deriveKey(__FUNCTION__ . '|' . $this->_cipher);
119
+        return $this->deriveKey(__FUNCTION__.'|'.$this->_cipher);
120 120
     }
121 121
 
122 122
     /**
Please login to merge, or discard this patch.