laminas / laminas-di

Automated dependency injection for PSR-11 containers
https://docs.laminas.dev/laminas-di/
BSD 3-Clause "New" or "Revised" License
36 stars 20 forks source link

INJECTOR: Add type declarations to properties #45

Closed sjokkateer closed 2 years ago

sjokkateer commented 2 years ago

And also missing method return types

Signed-off-by: Remy Bos 27890746+sjokkateer@users.noreply.github.com

Q A
Documentation no
Bugfix no
BC Break no
New Feature no
RFC no
QA no

Description

This PR adds type declarations to the Injector::class properties as well as update some of the missing method return types.