From c17f78a5d9ead3363c86200a1bce1eda0a7b529e Mon Sep 17 00:00:00 2001
From: jrfnl <jrfnl@users.noreply.github.com>
Date: Sat, 28 Oct 2023 02:06:49 +0200
Subject: [PATCH] Docs: remove redundant tag

(which contained a typo, which is why it wasn't removed before)
---
 src/phpDocumentor/Reflection/Php/Method.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/phpDocumentor/Reflection/Php/Method.php b/src/phpDocumentor/Reflection/Php/Method.php
index fd4a022f..c7726890 100644
--- a/src/phpDocumentor/Reflection/Php/Method.php
+++ b/src/phpDocumentor/Reflection/Php/Method.php
@@ -168,8 +168,6 @@ public function getName(): string
 
     /**
      * Returns the DocBlock of this method if available.
-     *
-     * @returns null|DocBlock
      */
     public function getDocBlock(): ?DocBlock
     {