You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Hey there,
currently using the ZF\Hal\Metadata\Metadata to grab the hydrator defined in module config related to a specific entity.
As I wanted to inject the hydrator to my Zend\Stdlib\Hydrator\HydratorAwareInterface which requires the Zend\Stdlib\Hydrator\HydratorInterface, I get some IDE warnings which is quite annoying.
Since the Zend\Stdlib\Hydrator\HydratorInterface implements the Zend\Stdlib\Extractor\ExtractionInterface, there should be no problem to switch to the correct Interface.
If there is any problem, you should rename the method as of #128 since this naming is quite confusing.
The text was updated successfully, but these errors were encountered:
Hey there,
currently using the
ZF\Hal\Metadata\Metadata
to grab the hydrator defined in module config related to a specific entity.As I wanted to inject the hydrator to my
Zend\Stdlib\Hydrator\HydratorAwareInterface
which requires theZend\Stdlib\Hydrator\HydratorInterface
, I get some IDE warnings which is quite annoying.Since the
Zend\Stdlib\Hydrator\HydratorInterface
implements theZend\Stdlib\Extractor\ExtractionInterface
, there should be no problem to switch to the correct Interface.If there is any problem, you should rename the method as of #128 since this naming is quite confusing.
The text was updated successfully, but these errors were encountered: