Completed
Pull Request — master (#14)
by Michael
01:28
created
src/OpensslBridge.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,6 @@
 block discarded – undo
97 97
      * @param string $data Ciphertext that needs a checksum.
98 98
      * @param string $iv   Initialization vector.
99 99
      * @param string $key  HMAC key
100
-     * @param string $mode Cipher mode (cbc, ctr)
101 100
      * @return string
102 101
      */
103 102
     private static function checksum(string $data, string $iv, string $key): string
Please login to merge, or discard this patch.