Skip to content

Commit 56356e4

Browse files
szepeviktornikic
authored andcommitted
Remove repeated word from PHPDoc in Name
1 parent aaee038 commit 56356e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PhpParser/Node/Name.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function isRelative() : bool {
8585
}
8686

8787
/**
88-
* Returns a string representation of the name itself, without taking taking the name type into
88+
* Returns a string representation of the name itself, without taking the name type into
8989
* account (e.g., not including a leading backslash for fully qualified names).
9090
*
9191
* @return string String representation

0 commit comments

Comments
 (0)