IMO, it doesn't make sense to have this `@return void` in phpdoc. Every function returns `null` by default whether it has `return;` or does not.
IMO, it doesn't make sense to have this
@return voidin phpdoc. Every function returnsnullby default whether it hasreturn;or does not.