From b3f44562e97076393c1953b56f127ff90ca4aede Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 14 Jan 2018 11:04:46 +0000 Subject: [PATCH] Contributing: updated example [ci skip] --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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