@@ -304,7 +304,7 @@  | 
                                                    ||
| 304 | 304 | /**  | 
                                                        
| 305 | 305 | * Set configuration.  | 
                                                        
| 306 | 306 | */  | 
                                                        
| 307 | - public function setConfig(array|Config $config): self  | 
                                                        |
| 307 | + public function setConfig(array | Config $config): self  | 
                                                        |
| 308 | 308 |      { | 
                                                        
| 309 | 309 |          if (\is_array($config)) { | 
                                                        
| 310 | 310 | $config = new Config($config);  |