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

Conversation

djnotes
Copy link
Contributor

@djnotes djnotes commented Sep 6, 2019

Changed Zend\Hydrator\Reflection to Zend\Hydrator\ReflectionHydrator as the former is deprecated.

Changed Zend\Hydrator\Reflection to Zend\Hydrator\ReflectionHydrator as the former is deprecated.
@@ -398,7 +398,7 @@ use Zend\Db\ResultSet\ResultSet;
Next, we'll add the following import statements to our class file:

```php
use Zend\Hydrator\Reflection as ReflectionHydrator;
use Zend\Hydrator\ReflectionHydrator;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem with this change is that is still (and only one) valid for zend-hydrator v2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants