• Resolved Franky

    (@liedekef)


    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)
  • Plugin Author Kuba Mikita

    (@kubitomakita)

    Hi @liedekef, thanks for the message!

    This issue is already on our list and you are right about the renaming. It will be resolved in the next release.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7 compatibility issues’ is closed to new replies.