Skip to content

Commit

Permalink
Replace phpDocumentor by the standard PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed May 29, 2015
1 parent c0637b6 commit 8861215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/bundles/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ the ``Tests/`` directory. Tests should follow these principles:
Documentation
-------------

All classes and functions must be fully documented using `phpDocumentor`_ tags.
All classes and functions must be fully documented using `PHPDoc`_ tags.

Extensive documentation should also be provided in the
:doc:`reStructuredText </contributing/documentation/format>` format, under
Expand Down Expand Up @@ -383,4 +383,4 @@ Even if this mechanism is simple enough, you are highly encouraged to use the
alias.

.. _`standards`: http://www.php-fig.org/psr/psr-0/
.. _`phpDocumentor`: http://www.phpdoc.org/
.. _`PHPDoc`: https://en.wikipedia.org/wiki/PHPDoc

0 comments on commit 8861215

Please sign in to comment.