coderello / laraflash

⚡ Flash messages on steroids.
MIT License
157 stars 18 forks source link

Update code style action #28

Closed mikaeljorhult closed 1 year ago

mikaeljorhult commented 1 year ago

This pull request fixes the broken code style Github Action.

The failures were caused by the PHP-CS-Fixer action requiring a .php-cs-fixer.dist.php file. This has been added with rules set to PSR-2 in line with the requirements stated in CONTRIBUTING.md.

mikaeljorhult commented 1 year ago

@hivokas Here's the requested changes when you have a spare moment.

hivokas commented 1 year ago

Thanks man! I've merged your PR and published a new release.