# Style guide for contributing to UserFrosting ## PHP All PHP contributions must adhere to [PSR-1](http://www.php-fig.org/psr/psr-1/) and [PSR-2](http://www.php-fig.org/psr/psr-2/) specifications. In addition: ### Documentation - All documentation blocks must adhere to the [PHPDoc](https://phpdoc.org/) format and syntax. - All PHP files MUST contain the following documentation block immediately after the opening `