igaster/laravel-theme

syntax error, unexpected 'list' (T_LIST),

Closed this issue · 3 comments

PHP Parse error: syntax error, unexpected 'list' (T_LIST), expecting identifier (T_STRING) in src/Themes.php on line 35

I also has this issue, it happened on PHP 5.6 but PHP 7.0

PHP 5.x doesn't allow a list() method to be defined in a class and throws an error. PHP 7 is less restrictive...
I will rename this function in the next update, 1-2 days max...

Thank you for spotting it

Should be fixed in v2.0.3!