diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f015b0c40e..13ecc65aa0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ It is mainly [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accept * Long arrays MAY be split across multiple lines, where each subsequent line is indented once. * Files MUST use only the `` tag. -* Code MUST NOT use namespaces. Descriptive and unique class names are enforced. +* Code MUST use namespaces. * Strings SHOULD use the double quote `"` except when the single quote is required. * Arrays SHOULD be declared using `array()`, not the `[]` shortcut. * Argument lists MAY NOT be split across multiple lines, except long arrays. @@ -46,6 +46,8 @@ It is mainly [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accept ```php