From 0506a5253fb507940901853da935bd1b9ca71812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Rumi=C5=84ski?= Date: Mon, 3 May 2021 18:55:39 +0200 Subject: [PATCH] Apply suggestions from code review --- src/DocBlock/Annotation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DocBlock/Annotation.php b/src/DocBlock/Annotation.php index 42ce98db957..f19572de294 100644 --- a/src/DocBlock/Annotation.php +++ b/src/DocBlock/Annotation.php @@ -171,7 +171,7 @@ public function getTag() /** * @return TypeExpression * - * @internal until 2.19 + * @internal */ public function getTypeExpression() { @@ -181,7 +181,7 @@ public function getTypeExpression() /** * @return null|string * - * @internal until 2.19 + * @internal */ public function getVariableName() {