File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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:
8686Not supported yet:
8787 - constants with ` define() `
8888
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
9090and don't map to one unique declaration.
9191
9292### What is considered a reference?
Original file line number Diff line number Diff line change @@ -1091,7 +1091,7 @@ public function getTypeFromNode($node)
10911091
10921092 $ parameterDocBlockTag = $ this ->tryGetDocBlockTagForParameter ($ docBlock , $ variableName );
10931093 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
10951095 return $ type ;
10961096 }
10971097
You can’t perform that action at this time.
0 commit comments