@@ -31,7 +31,7 @@  | 
                                                    ||
| 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 | }  |