Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 429 Bytes

File metadata and controls

21 lines (14 loc) · 429 Bytes

MumieTask

Please check our wiki for instructions and more information!

Code Style

This project uses PHP-CS-Fixer to enforce consistent code style. Run the fixer locally before committing. Make sure you have PHP >= 8.1 installed.

Setup:

composer install

Run:

./vendor/bin/php-cs-fixer fix