Skip to content

Commit

Permalink
Remove repeated word from PHPDoc in Name
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and nikic committed Aug 23, 2020
1 parent aaee038 commit 56356e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PhpParser/Node/Name.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function isRelative() : bool {
}

/**
* 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
Expand Down

0 comments on commit 56356e4

Please sign in to comment.