Resolve #3516530 "Gitlab ci fix jobs"
https://www.drupal.org/project/toolbar_menu/issues/3516530
Fixed all jobs validation errors:
- ESLINT: Applied automated fixes with the
--fixflag and fixed remaining issues manually (js/toolbar_menu.js). - PHPCS: Removed unneeded semi-colon
;character (src/ToolbarMenuManager.php). - PHPSTAN: Moved call to parent
savemethod down toreturn(src/Form/ToolbarMenuElementEditForm.php). - STYLELINT: Added missing colon in CSS rule (
css/toolbar_menu.module.css).
Updated Gitlab CI configuration to require all jobs to pass (.gitlab-ci.yml).