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

Commit d669263

Browse files
committed
Ensure that deprecated HydratorInterface is still accepted by methods typehinted on deprecated HydrationInterface and ExtractorInterface
1 parent 8094381 commit d669263

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Hydrator/HydratorInterface.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99

1010
namespace Zend\Stdlib\Hydrator;
1111

12+
use Zend\Stdlib\Extractor\ExtractionInterface;
1213
use Zend\Hydrator\HydratorInterface as BaseHydratorInterface;
1314

1415
/**
1516
* @deprecated Use Zend\Hydrator\HydratorInterface from zendframework/zend-hydrator instead.
1617
*/
17-
interface HydratorInterface extends BaseHydratorInterface
18+
interface HydratorInterface extends BaseHydratorInterface, HydrationInterface, ExtractionInterface
1819
{
1920
}

0 commit comments

Comments
 (0)