currently, I can't found a way to verify the same line and different line number of code:
#[AllowDynamicProperties]
class User
{
}
vs
#[AllowDynamicProperties]class User
{
}
the getStartline() is always equal, between attrGroups vs node, so when downgrading, it can't be verified if it needs to be reprint or not, as in php 7, it will require get printed attrGroups and marked as comment attribute.
any way to do it?