Class PHPStan\Node\SwitchConditionArm

final

A single non-default case of a switch, paired with the scope captured right after the case condition was processed (which already excludes the values matched by earlier terminating cases).

Methods