phpspec / prophecy

Highly opinionated mocking framework for PHP 5.3+
MIT License
8.53k stars 240 forks source link

Fix phpstan errors #601

Closed stof closed 1 year ago

stof commented 1 year ago

when using sebastian/comparator 5.x in CI, phpstan was complaining about missing types (as the parent removed the phpdoc in favor of native types). I'm using phpdoc here as adding argument types would require dropping support for older versions (and so for PHP <8.1)