From 9e8cf2d42cfbe278135fe7581ea10289e0ebe336 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Thu, 27 Mar 2014 22:32:00 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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