Propose `never` type by b1rdex · Pull Request #1191 · php-fig/fig-standards

This type should be used mainly as a return type to designate a function/method as a never returning back. It shows that the function/method will always throw an exception or will call exit() or wi...