Support interface abstract properties in ReflectionProperty.
- Uncomment the
InterfaceWithPhp84AbstractProperty interface in test stubs
- Verify that
Property nodes inside Interface_ class-like nodes are collected
- Ensure
isAbstract() returns true for interface properties with hooks like { get; } (no body)
- Add parity tests for the interface stub
Part of #162
Support interface abstract properties in
ReflectionProperty.InterfaceWithPhp84AbstractPropertyinterface in test stubsPropertynodes insideInterface_class-like nodes are collectedisAbstract()returnstruefor interface properties with hooks like{ get; }(no body)Part of #162