@@ -24,7 +24,7 @@  | 
                                                    ||
| 24 | 24 | |
| 25 | 25 | public static function fromFile(string $path): self  | 
                                                        
| 26 | 26 |      { | 
                                                        
| 27 | - $key =file_get_contents($path);  | 
                                                        |
| 27 | + $key = file_get_contents($path);  | 
                                                        |
| 28 | 28 | |
| 29 | 29 | return new self(JWKSet::createFromJson($key));  | 
                                                        
| 30 | 30 | }  |