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

zend-session 2.6.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 23 Feb 20:49
· 407 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #30 extracts the constructor defined in Zend\Session\Validator\ValidatorChainTrait and pushes it into each of the ValidatorChainEM2 and ValidatorChainEM3 implementations, to prevent colliding constructor definitions due to inheritance + trait usage.