@@ -20,7 +20,7 @@  | 
                                                    ||
| 20 | 20 | */  | 
                                                        
| 21 | 21 | public static function existsServicesInHighestParent(array $yamlLines): bool  | 
                                                        
| 22 | 22 |      { | 
                                                        
| 23 | -        $trimmedYamlLines = array_map(static function ($yamlLine) { | 
                                                        |
| 23 | +        $trimmedYamlLines = array_map(static function($yamlLine) { | 
                                                        |
| 24 | 24 | return rtrim($yamlLine);  | 
                                                        
| 25 | 25 | }, $yamlLines);  | 
                                                        
| 26 | 26 | |