From 56356e4aec77da72d51092d4806c3aa90d6d5c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sun, 23 Aug 2020 00:35:58 +0200 Subject: [PATCH] Remove repeated word from PHPDoc in Name --- lib/PhpParser/Node/Name.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PhpParser/Node/Name.php b/lib/PhpParser/Node/Name.php index 7ebdd57..6b1cc9f 100644 --- a/lib/PhpParser/Node/Name.php +++ b/lib/PhpParser/Node/Name.php @@ -85,7 +85,7 @@ class Name extends NodeAbstract } /** - * Returns a string representation of the name itself, without taking taking the name type into + * Returns a string representation of the name itself, without taking the name type into * account (e.g., not including a leading backslash for fully qualified names). * * @return string String representation