add's a new validateEmailConfirmationFromRequest() to VerifyEmailHelperInterface & it's implementation.
deprecates validateEmailConfirmation() in VerifyEmailHelperInterface & it's implementation.
~deprecates VerifyEmailQueryUtility as this is no longer needed in the new "fromRequest" helper method.~
does not deprecates the 3rd $queryUtility argument in the VerifyEmailHelper::__construct() method as this argument is not nullable`
deprecates passing anything other than an instance of UriSigner as the $uriSigner argument in the VerifyEmailHelper::__construct() method.
silences self deprecations (introduced by this PR) in tests using @group legacy annotations. This is basically our entire test suite. Work is already started in #159 that will remove these annotations and deprecations in 2.0.
Doc's will be updated in #143 after maker-bundle #1464 is updated / merged to reflect the changes in this PR.
validateEmailConfirmationFromRequest()
toVerifyEmailHelperInterface
& it's implementation.validateEmailConfirmation()
inVerifyEmailHelperInterface
& it's implementation.VerifyEmailQueryUtility
as this is no longer needed in the new "fromRequest" helper method.~$queryUtility
argument in theVerifyEmailHelper::__construct()
method as this argument is not nullable`UriSigner
as the$uriSigner
argument in theVerifyEmailHelper::__construct()
method.@group legacy
annotations. This is basically our entire test suite. Work is already started in #159 that will remove these annotations and deprecations in 2.0.Doc's will be updated in #143 after maker-bundle
#1464
is updated / merged to reflect the changes in this PR.fixes #155