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

Add return types to test class methods #4

Open weierophinney opened 4 years ago

weierophinney commented 4 years ago

It seems methods of Test-Classes should have return types, this is not the case within this project. The TODO would be to add these return types.

Missing information


Originally posted by @tux-rampage at https://github.com/zendframework/zend-di/issues/40

tux-rampage commented 4 years ago

This will become a requirement when upgrading to PHPUnit 9

tux-rampage commented 2 years ago

This is part of the CS. The auto-fixer of phpcs added these in #21