This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-permissions-rbac 3.0.1
Added
- Nothing.
Changed
- #37 changes the return type hints of
RoleInterface::getChildren()andRoleInterface::getParents()fromarraytoiterable. This is not a BC break thanks to Iterable Type Variance
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #39 fixes
Role::getPermissions()to return all the permissions, if more than one.