Void type hint is specific for PHP
zadalbit opened this issue · 2 comments
zadalbit commented
Functions declared with void as their return type must either omit their return statement altogether, or use an empty return statement. https://www.php.net/manual/en/migration71.new-features.php#migration71.new-features.void-functions
ausi commented
I agree, but how is this related to the slug generator library?