File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Definitions resolved just-in-time when needed:
86
86
Not supported yet:
87
87
- constants with ` define() `
88
88
89
- Namespaces are not considerd a declaration by design because they only make up a part of the fully qualified name
89
+ Namespaces are not considered a declaration by design because they only make up a part of the fully qualified name
90
90
and don't map to one unique declaration.
91
91
92
92
### What is considered a reference?
Original file line number Diff line number Diff line change @@ -1091,7 +1091,7 @@ public function getTypeFromNode($node)
1091
1091
1092
1092
$ parameterDocBlockTag = $ this ->tryGetDocBlockTagForParameter ($ docBlock , $ variableName );
1093
1093
if ($ parameterDocBlockTag !== null && ($ type = $ parameterDocBlockTag ->getType ())) {
1094
- // Doc block comments supercede all other forms of type inference
1094
+ // Doc block comments supersede all other forms of type inference
1095
1095
return $ type ;
1096
1096
}
1097
1097
You can’t perform that action at this time.
0 commit comments