mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
add note
This commit is contained in:
parent
c1668134c2
commit
01143eeada
@ -40,6 +40,7 @@ final class AssignTypeResolver implements PerNodeTypeResolverInterface, NodeType
|
||||
public function resolve(Node $assignNode): ?string
|
||||
{
|
||||
if (! $assignNode->var instanceof Variable) {
|
||||
// @todo: resolve for properties etc. as well
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user