You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We cannot use match as an identifier anymore because it is a reserved keyword since PHP 8.0. I don't know if there are other problems with a PHP 8.0 upgrade but this class can be easily renamed. What do you guys think?
The text was updated successfully, but these errors were encountered:
I tried to upgrade a project to PHP 8.0 but I got this error:
We cannot use
match
as an identifier anymore because it is a reserved keyword since PHP 8.0. I don't know if there are other problems with a PHP 8.0 upgrade but this class can be easily renamed. What do you guys think?The text was updated successfully, but these errors were encountered: