Closed Art4 closed 6 years ago
I have changed the Code Style for all PHP files to fit PSR-2. This was done by using PHP-CS-Fixer.
I have also created a .php_cs.dist file for the PHP-CS-Fixer so we can simply run the following command to fit the PHP Styleguide.
.php_cs.dist
php php-cs-fixer.phar fix
I have changed the Code Style for all PHP files to fit PSR-2. This was done by using PHP-CS-Fixer.
I have also created a
.php_cs.dist
file for the PHP-CS-Fixer so we can simply run the following command to fit the PHP Styleguide.php php-cs-fixer.phar fix