Laminas-Commons / LmcUser

A generic user registration and authentication module for Laminas. Supports Laminas\Db and Doctrine2. (Formerly ZfcUser)
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

`ClassMethods` is deprecated in laminas-hydrator 3.x #21

Open visto9259 opened 4 years ago

visto9259 commented 4 years ago

There is deprecation warning in classes extending ClassMethods.

We should update this to ClassMethodsHydrator.

rarog commented 4 years ago

Besides the change also the function signature of extract and hydrate should be adjusted to avoid errors.

rarog commented 4 years ago

30/#31 didn't get rid of all instances of ClassMethods, #38 should squash the rest.

rarog commented 4 years ago

@visto9259 This bug can be closed IMHO, now that all changes were merged.

visto9259 commented 4 years ago

@matwright Do you agree?