PHP 7 compatibility issues
-
Using a php compatibility checker, I get 3 times this error:
‘object’ is a soft reserved keyword as of PHP version 7.0 and a reserved keyword as of PHP version 7.2 and should not be used to name a class, interface or trait or as part of a namespace (T_CLASS)
This appears in vendor/underdev/utils/src/Cache/Object.php (line 15), inc/Cron/Object/Event.php (line 7) and inc/Cron/Object/Schedule.php (line 7)
I’m guessing Object is best renamed to something else.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP 7 compatibility issues’ is closed to new replies.