Passed
Branch master (f46a06)
by Milad
08:22
created
Category
src/Cryptography/Algorithms/Hmac/AbstractHmac.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
                 throw new InvalidKeyException('Key length must be between 32 and 6144');
31 31
             }
32 32
             return hash_hmac($this->algorithm(), $message, "$this->key", true);
33
-        } catch (ValueError|InvalidKeyException $e) {
33
+        } catch (ValueError | InvalidKeyException $e) {
34 34
             throw new SigningException('Cannot sign the signature', 0, $e);
35 35
         }
36 36
     }
Please login to merge, or discard this patch.