ericmerrill / Banner-Luminis-Message-Broker-for-Moodle

A plugin for Moodle to import Banner/Luminis Message Broker data
13 stars 8 forks source link

LMB-#24: Use stdClass instead of object #25

Closed mspall closed 6 years ago

mspall commented 6 years ago

Use PHP standard class stdClass instead of class object. In PHP 7.2 object is a reserved word and can't be a class name. This fixes issue #24