From eda11b8e2817ec9d51717cbd409e49576d71772c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 16 Apr 2018 21:14:24 +0200 Subject: Missed a file... (<- previous commit) --- main/STYLE-GUIDE.md | 44 -------------------------------------------- 1 file changed, 44 deletions(-) delete mode 100755 main/STYLE-GUIDE.md diff --git a/main/STYLE-GUIDE.md b/main/STYLE-GUIDE.md deleted file mode 100755 index 94c10b2..0000000 --- a/main/STYLE-GUIDE.md +++ /dev/null @@ -1,44 +0,0 @@ -# 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 `