Class PHPStan\Node\Variable\VariableWrite

final

A write site of a local variable inside a function-like body. Immutable. Whether the written value was read afterwards is not a property of the write - it is answered by VariableWritesNode::isRead().

Methods