Yaffs site version 1.1
[yaffs-website] / vendor / drupal / console-core / src / Command / Yaml / SplitCommand.php
index bc26145463f98a5416a4d2d22ccbfccb095dd17c..a1d066c5bfeef93a356c51758f49284c06fe945e 100644 (file)
@@ -29,6 +29,7 @@ class SplitCommand extends Command
 
     /**
      * SplitCommand constructor.
+     *
      * @param NestedArray $nestedArray
      */
     public function __construct(NestedArray $nestedArray)
@@ -138,7 +139,7 @@ class SplitCommand extends Command
             // Set minimum level to split
             $indent_level = empty($indent_level) ? 1 : $indent_level;
 
-            $yaml_split = array();
+            $yaml_split = [];
             $key_flatten = '';
             $initial_level = 1;