Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

zend-permissions-rbac 3.0.1

Compare
Choose a tag to compare
@ezimuel ezimuel released this 20 Aug 10:51
· 10 commits to master since this release

Added

  • Nothing.

Changed

  • #37 changes the return type hints of RoleInterface::getChildren() and RoleInterface::getParents() from array to iterable. 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.