Skip to content

Commit

Permalink
extend an overview bullet point
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed May 17, 2012
1 parent 1433ce7 commit 746dace
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions proposed/PSR-1-basic.md
Expand Up @@ -20,8 +20,9 @@ interpreted as described in [RFC 2119][].


- Files MUST use only UTF-8 without BOM for PHP code. - Files MUST use only UTF-8 without BOM for PHP code.


- Files SHOULD either declare symbols or cause side-effects, but SHOULD NOT do - Files SHOULD *either* declare symbols (classes, functions, constants, etc.)
both. *or* cause side-effects (e.g. generate output, change .ini settings, etc.)
but SHOULD NOT do both.


- Namespaces and classes MUST follow [PSR-0][]. - Namespaces and classes MUST follow [PSR-0][].


Expand Down

0 comments on commit 746dace

Please sign in to comment.