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.