From 6df62b08faef4f899772bc7c3bbabb93d2b7a21c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mirtes?= <ondrej@mirtes.cz> Date: Wed, 17 May 2023 15:13:44 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 08a58d4..2d2f6c8 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,6 @@ <a href="https://phpstan.org/"><img src="https://img.shields.io/badge/PHPStan-enabled-brightgreen.svg?style=flat" alt="PHPStan Enabled"></a> </p> -* [PHPStan](https://phpstan.org) - ------- - This library `phpstan/phpdoc-parser` represents PHPDocs with an AST (Abstract Syntax Tree). It supports parsing and modifying PHPDocs. For the complete list of supported PHPDoc features check out PHPStan documentation. PHPStan is the main (but not the only) user of this library. -- GitLab