ashwinks / Trello-API-PHP-Wrapper

A PHP wrapper for the Trello API
37 stars 14 forks source link

Rename Object to Element as Object is a reserved name #7

Open gignonje opened 5 years ago

gignonje commented 5 years ago

Starting from PHP 7.2, "Object" is reserved class name, throwing this error: Compile Error: Cannot use 'Object' as class name as it is reserved

I renamed the class "Object" to "Element" to fix this.

Feel free to comment or ask if you questions.

Mirlen commented 4 years ago

It works great in PHP7.2+ Please, merge this pull faster

gignonje commented 4 years ago

I don't think this pull will be merged as there is no commit since 2015. :(