phpspec / prophecy

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

Support `never` return type #538

Closed ciaranmcnulty closed 2 years ago

ciaranmcnulty commented 3 years ago

Implementation closely mirrors how we treat void, closes #537

ciaranmcnulty commented 2 years ago

Thanks @stof