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