LM-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
14 stars 16 forks source link

Remove dynamic property declaration #44

Closed curzio-della-santa closed 10 months ago

curzio-della-santa commented 10 months ago

Line removed to addresses a deprecation warning for dynamic property access on PHP 8.2. This property direct assignment is not used, not documented, nor tested (nor needed).

Fix #41