ausi / slug-generator

Slug Generator Library for PHP, based on Unicode’s CLDR data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Void type hint is specific for PHP

zadalbit opened this issue · 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

I agree, but how is this related to the slug generator library?

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