Skip to content

Commit

Permalink
[#3807] Fixing period to semicolon thanks to @xabbuh
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Apr 28, 2014
1 parent 1094a13 commit b453fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/code/standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Structure
* Declare public methods first, then protected ones and finally private ones.
The exceptions to this rule are the class constructor and the ``setUp`` and
``tearDown`` methods of PHPUnit tests, which should always be the first methods
to increase readability.
to increase readability;

* Use parentheses when instantiating classes regardless of the number of
arguments the constructor has;
Expand Down

0 comments on commit b453fa6

Please sign in to comment.