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

Commit a28a075

Browse files
committed
Update HydratorInterface to extend new Zend\Hydrator\HydratorInterface directly
1 parent a93548b commit a28a075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Hydrator/HydratorInterface.php

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

1010
namespace Zend\Stdlib\Hydrator;
1111

12-
use Zend\Stdlib\Extractor\ExtractionInterface;
12+
use Zend\Hydrator\HydratorInterface as BaseHydratorInterface;
1313

1414
/**
1515
* @deprecated Use Zend\Hydrator\HydratorInterface from zendframework/zend-hydrator instead.
1616
*/
17-
interface HydratorInterface extends HydrationInterface, ExtractionInterface
17+
interface HydratorInterface extends BaseHydratorInterface
1818
{
1919
}

0 commit comments

Comments
 (0)