Since PHP 7.1 we can start to see a real good progress with void
return types. We can now specify a null type of returned value from a function. Sometimes we may want to specify the function which should not return any value to the user.
Read morePHP 7.1: Void return types in functions and methods