mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-12-02 09:17:58 +01:00
Remove repeated word from PHPDoc in Name
This commit is contained in:
parent
aaee038b91
commit
56356e4aec
@ -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).
|
* account (e.g., not including a leading backslash for fully qualified names).
|
||||||
*
|
*
|
||||||
* @return string String representation
|
* @return string String representation
|
||||||
|
Loading…
Reference in New Issue
Block a user