Luke Schreur
Luke Schreur
- [x] I have searched the [issues](https://github.com/ant-design/ant-design/issues) of this repository and believe that this is not a duplicate. Someone else has requested something similar [1] but the response to that...
I noticed these kind of constructors in the classes: ``` function NexmoMessage ($api_key, $api_secret) { $this->nx_key = $api_key; $this->nx_secret = $api_secret; } ``` I believe these are PHP4 style constructors...
I have created a new tag, 1.0.2, but then I realised that I can't publish to NPM (it doesn't seem to sync to the latest tag by itself). Can you...