1
0
Fork 0
pull/576/head
Philip Nelson 2018-01-09 20:19:37 +11:00
parent bb6fd9045d
commit fa076f1c34
No known key found for this signature in database
GPG Key ID: 8C8235644C5E2279
1 changed files with 1 additions and 1 deletions

View File

@ -528,7 +528,7 @@ class DefinitionResolver
/** /**
* Returns the type of the class a node is contained in * Returns the type of the class a node is contained in
* Returns null if the class is anonymos or the node is not contained in a class * Returns null if the class is anonymous or the node is not contained in a class
* *
* @param Node $node The node used to find the containing class * @param Node $node The node used to find the containing class
* *