Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnluetke committed Mar 9, 2015
1 parent 86cbd84 commit dac5062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ General points are:
- No hard limit on line length, but 120 characters is a good target. Aim for readability.
- Use two slashes for comments : `// this is a comment`. These can be multiple lines for long comments.
- Please remove all non-necessary whitespace
- `grep -nE "[[:space:]]+$" <filename>
- `grep -nE "[[:space:]]+$" <filename>`

Exceptions to the PSR Standards:
- (PHP) Put opening brace for classes and functions on the same line
Expand Down

0 comments on commit dac5062

Please sign in to comment.