Skip to content

Commit

Permalink
Fix capitalisation
Browse files Browse the repository at this point in the history
Closes php-fig#22
  • Loading branch information
michaelcullum committed Nov 14, 2015
1 parent 6ce70cc commit afbe215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposed/extended-coding-style-guide.md
Expand Up @@ -297,7 +297,7 @@ Visibility MUST be declared on all methods.
Method names SHOULD NOT be prefixed with a single underscore to indicate
protected or private visibility.

Method and Function names MUST NOT be declared with a space after the method name. The
Method and function names MUST NOT be declared with a space after the method name. The
opening brace MUST go on its own line, and the closing brace MUST go on the
next line following the body. There MUST NOT be a space after the opening
parenthesis, and there MUST NOT be a space before the closing parenthesis.
Expand Down

0 comments on commit afbe215

Please sign in to comment.