loevgaard / SyliusBrandPlugin

A Sylius plugin to enable the association of brands to your products
MIT License
30 stars 29 forks source link

Update Twig template and event dispatch order #214

Closed sotiriskast closed 6 months ago

sotiriskast commented 1 year ago

Updated imagesTheme.html.twig to use 'apply spaceless' for better readability. Altered the HTML layout for cleaner, more maintainable code.

In BrandFormMenuBuilder.php, switched the order of arguments in the event dispatch call to adhere to Symfony expected parameters order. This improves code consistency and follows Symfony's convention.