ausi/slug-generator

Void type hint is specific for PHP

zadalbit opened this issue · 2 comments

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?

ausi commented

@zadalbit feel free to reopen the issue if you have more information.