cdaguerre / php-trello-api

A simple Object Oriented wrapper for the Trello API, written in PHP5.
http://cdaguerre.github.io/php-trello-api
MIT License
254 stars 120 forks source link

remove usage of non existent CommentInterface in CardCommentEvent #35

Open bwach opened 8 years ago

bwach commented 8 years ago

remove usage of non existent CommentInterface in CardCommentEvent since the Client uses raw texts as comments instead of objects

mobula9 commented 8 years ago

👍

mobula9 commented 8 years ago

This bug is major, a fatal error is thrown when a comment webhook event is triggered. Is it possible to merge this and to build a new version ? Thanks.