@@ -163,7 +163,7 @@  | 
                                                    ||
| 163 | 163 | protected function getDefinitions(): array  | 
                                                        
| 164 | 164 |  	{ | 
                                                        
| 165 | 165 | return array_map(  | 
                                                        
| 166 | - fn (RuleInterface $rule) => $rule->toArray(),  | 
                                                        |
| 166 | + fn(RuleInterface $rule) => $rule->toArray(),  | 
                                                        |
| 167 | 167 | $this->getRules()  | 
                                                        
| 168 | 168 | );  | 
                                                        
| 169 | 169 | }  |