Passed
Push — master ( f4b295...997bd0 )
by Petr
08:12
created
php-src/MetaSource/FileParser.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
     public function pack(Menu $menu): string
91 91
     {
92 92
         $content = [];
93
-        $content[] = implode(Interfaces\IMenu::SEPARATOR, [ // header
93
+        $content[] = implode(Interfaces\IMenu::SEPARATOR, [// header
94 94
             $this->escapeNl($menu->getFile()),
95 95
             $menu->getDisplayCount(),
96 96
             $this->escapeNl($menu->getName()),
Please login to merge, or discard this patch.