Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbstractTableGateway defaults to use ArraySerializable which is deprecated #91

Open
dickdonohue opened this issue Jul 9, 2021 · 0 comments · May be fixed by #92
Open

AbstractTableGateway defaults to use ArraySerializable which is deprecated #91

dickdonohue opened this issue Jul 9, 2021 · 0 comments · May be fixed by #92

Comments

@dickdonohue
Copy link

$hydratorName = $config['hydrator_name'] ?? 'ArraySerializable';

Shouldn't this default to ArraySerializableHydrator?
There are other instances where ArraySerializable is used. This indicates that ArraySerializable is deprecated.
https://github.com/laminas/laminas-hydrator/blob/4.3.x/src/ArraySerializable.php

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

Successfully merging a pull request may close this issue.

1 participant