Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8861215

Browse filesBrowse files
committed
Replace phpDocumentor by the standard PHPDoc
1 parent c0637b6 commit 8861215
Copy full SHA for 8861215

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎cookbook/bundles/best_practices.rst

Copy file name to clipboardExpand all lines: cookbook/bundles/best_practices.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ the ``Tests/`` directory. Tests should follow these principles:
193193
Documentation
194194
-------------
195195

196-
All classes and functions must be fully documented using `phpDocumentor`_ tags.
196+
All classes and functions must be fully documented using `PHPDoc`_ tags.
197197

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

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.