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