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.
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.