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
     {