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

Commit 2e36707

Browse files
committed
Mirror changes in 7752b57
- In case any code is type-hinting on `HydrationInterface` from zend-stdlib, this ensures objects fulfilling `HydratorInterface` will fulfill those as well.
1 parent 7752b57 commit 2e36707

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Hydrator/HydratorInterface.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99

1010
namespace Zend\Stdlib\Hydrator;
1111

12-
use Zend\Hydrator\HydrationInterface as BaseHydrationInterface;
1312
use Zend\Stdlib\Extractor\ExtractionInterface;
1413

1514
/**
1615
* @deprecated Use Zend\Hydrator\HydratorInterface from zendframework/zend-hydrator instead.
1716
*/
18-
interface HydratorInterface extends BaseHydrationInterface, ExtractionInterface
17+
interface HydratorInterface extends HydrationInterface, ExtractionInterface
1918
{
2019
}

0 commit comments

Comments
 (0)