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

Add type declarations to parameters and return values. #48

Open visto9259 opened 12 months ago

visto9259 commented 12 months ago

Add type declarations for parameters and return values Validate and fix invalid PHPDoc Annotations

visto9259 commented 3 months ago

At the same time, type hint to interface definition instead of class definition where applicable