Passed
Push — master ( 997bd0...7274c0 )
by Petr
08:04 queued 05:44
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.