Unsupported declare 'strict_types' + Fatal error
ezetojo opened this issue · 4 comments
ezetojo commented
I'm getting this while using the generator. Any idea? Thank you!
Warning: Unsupported declare 'strict_types' in SlugGenerator.php on line 12
Fatal error: Default value for parameters with a class type hint can only be NULL in SlugGenerator.php on line 36
ausi commented
Which PHP version are you using?
ausi commented
For this library you need at least PHP 7.1.0. Composer should have checked that automatically at installation.