From 88612157c6a27e6c5191e9ab9fb6f2ca77e57e2d Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 25 Mar 2015 09:09:03 +0100 Subject: [PATCH] Replace phpDocumentor by the standard PHPDoc --- cookbook/bundles/best_practices.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/bundles/best_practices.rst b/cookbook/bundles/best_practices.rst index 97a86c58659..74891d54365 100644 --- a/cookbook/bundles/best_practices.rst +++ b/cookbook/bundles/best_practices.rst @@ -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 ` format, under @@ -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