diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1b9fae4e..2b618e02d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,17 +78,18 @@ It is mainly [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accept - Strings SHOULD use the double quote `"` except when the single quote is required. - All code SHOULD have parameter and type declarations where possible. - Strict types SHOULD be enabled on new files where it is sensible to do so. +- All constant declarations SHOULD be preceded by a visibility modifier. ```php