diff --git a/README.md b/README.md index 213dfa4..a137801 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ There is a list of supported languages and fields, with their annotation style | csharp | | | `func`, `file`, `class`| | | [Xmldoc](https://docs.microsoft.com/fr-fr/dotnet/csharp/language-reference/xmldoc/) (`"xmldoc"`) | ``, ``,``| | | [Doxygen](https://www.doxygen.nl/manual/commands.html) (`"doxygen"`) | `@param`, `@return`, `@brief`| -| php | | | `func`, `type` | +| php | | | `func`, `type`, `class` | | | [Php-doc](https://docs.phpdoc.org/3.0/guide/references/phpdoc/index.html) (`"phpdoc"`) | `@var`, `@param`, `@return` | ## Adding Languages