prawnsalad / Nexmo-PHP-lib

Nexmo SMS gateway example library
MIT License
121 stars 98 forks source link

normaliseKeys() to protected #22

Closed appkr closed 8 years ago

appkr commented 10 years ago

Hi?

There was some problem in using normaliseKeys() in my environment. The problem was caused by 'instanceof' function. To workaround this, I changed this to something like is_a($obj, '\stdClass') instead.

To keep the maintainability I don't want to make a modification to your code directly. It would be nice if I can override the method at child class.