From cf14306c2b3f82a81f8d56669a71633b4d4b5fce Mon Sep 17 00:00:00 2001 From: marvin-borner@live.com Date: Mon, 16 Apr 2018 21:09:05 +0200 Subject: Main merge to user management system - files are now at /main/public/ --- main/STYLE-GUIDE.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100755 main/STYLE-GUIDE.md (limited to 'main/STYLE-GUIDE.md') diff --git a/main/STYLE-GUIDE.md b/main/STYLE-GUIDE.md new file mode 100755 index 0000000..94c10b2 --- /dev/null +++ b/main/STYLE-GUIDE.md @@ -0,0 +1,44 @@ +# 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 `