willdurand / Negotiation

Content Negotiation tools for PHP.
https://williamdurand.fr/Negotiation/
MIT License
1.41k stars 62 forks source link

Improvements to Type Hinting and Object Model #117

Open g105b opened 2 years ago

g105b commented 2 years ago

This PR fixes #89 - IDEs will not complain about the use of type hints or object inheritance any more.

I have used PHPStan set to level 5 checks to expose any ambiguous/incorrect uses of type hinting. My IDE is happy now!

nreynis commented 2 years ago

You should split this: it really is 3 PR in one:

All those are independent concerns, by tying them all together in one PR, you take the risk that none ever get fixed.