phpspec / phpspec

SpecBDD Framework for PHP
http://www.phpspec.net
Other
1.87k stars 275 forks source link

Add stricter argument, property, and return types #1463

Closed ciaranmcnulty closed 3 months ago

ciaranmcnulty commented 3 months ago

Used existing docblocks to populate types, and added obvious narrower types where there was no docblock. Used wide types where it was not clear what the real types should be.

Did not attempt to fix types in this PR, just to tried to ensure that everywhere has a declared type of some sort.