Skip to content

Commit

Permalink
docs(code): fix whitespace warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ewinslow committed Apr 14, 2014
1 parent 19535bf commit 110a684
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/contribute/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,20 +246,20 @@ __ https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-cod
Documentation
^^^^^^^^^^^^^

* Include PHPDoc comments on functions and classes (all methods; declared
properties when appropriate), including types and descriptions of all
parameters.
* Include PHPDoc comments on functions and classes (all methods; declared
properties when appropriate), including types and descriptions of all
parameters.

* In lists of ``@param`` declarations, the beginnings of variable names and
* In lists of ``@param`` declarations, the beginnings of variable names and
descriptions must line up.

* Annotate classes, methods, properties, and functions with ``@access private``
unless they are intended for public use, are already of limited visibility,
or are within a class already marked as private.
* Annotate classes, methods, properties, and functions with ``@access private``
unless they are intended for public use, are already of limited visibility,
or are within a class already marked as private.

* Use ``//`` or ``/* */`` when commenting.
* Use ``//`` or ``/* */`` when commenting.

* Use only ``//`` comments inside function/method bodies.
* Use only ``//`` comments inside function/method bodies.

Naming
^^^^^^
Expand Down

0 comments on commit 110a684

Please sign in to comment.