From d0c7212a78fe1b6955d9e7ff559b7c29e5c8bf29 Mon Sep 17 00:00:00 2001 From: danymat Date: Wed, 12 Jan 2022 12:35:07 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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