Passed
Push — master ( 7ccd83...3eb928 )
by Peter
02:28 queued 11s
created
src/Model/YamlServiceAliasing/YamlServiceAliasingDataFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.