| @@ -90,7 +90,7 @@ | ||
| 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()), |