Skip to content

Commit

Permalink
Remove obsolete doc and links to new doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaelMobilia authored and trasher committed Jan 20, 2017
1 parent 6022d33 commit d116a37
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions source/codingstandards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,7 @@ Function names must be written in *camelCaps*:
If parameters add block doc for these parameters.

.. code-block:: php
<?php
/**
* decribe utility of the function
*
* @param $a type(integer, array...) utility of the param
* @param $b type(integer, array...) utility of the param
*
* $return of the funtion (boolean, array...)
*
**/
function userName($a, $b) {
For example, please see the `Comments`_ section.

If function from parent add

Expand Down

0 comments on commit d116a37

Please sign in to comment.