phpspec / prophecy

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

Support `never` return type #538

Closed ciaranmcnulty closed 3 years ago

ciaranmcnulty commented 3 years ago

Implementation closely mirrors how we treat void, closes #537

ciaranmcnulty commented 3 years ago

Thanks @stof