mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-21 09:42:45 +01:00
cleanup
This commit is contained in:
parent
9c92e0bfb7
commit
3897147ed0
@ -55,7 +55,6 @@ final class PropertyFetchTypeResolver implements PerNodeTypeResolverInterface, N
|
||||
// e.g. $r->getParameters()[0]->name
|
||||
if ($propertyFetchNode->var instanceof ArrayDimFetch) {
|
||||
return $this->resolveTypesFromVariable($propertyFetchNode->var->var, $propertyName);
|
||||
// return $this->nodeTypeResolver->resolve($propertyFetchNode->var->var);
|
||||
}
|
||||
|
||||
if ($propertyFetchNode->var instanceof New_) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user