tomzx / php-semver-checker

Compares two source sets and determines the appropriate semantic versioning to apply.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding/Removing the abstract modifier on a class

tomzx opened this issue · comments

Code Level Rule Explanation
VXXX MAJOR Added An abstract class cannot be instantiated anymore.
VXXX MINOR Removed Is backward compatible