Falk Döring
Falk Döring
It would be fine if there is a config option to send only text emails or text/html.
Many classes and interfaces don't have docblocks. A developer and the IDE is not able to know which data should returned. Best example is the TableGatewayInterface. Can I send an...
This PR is for #297 and adds some docblocks for classes and interfaces.
For JsonStore I need to use a callback for method set() to manipulate the existing value. I is very easy to implement, but for which version should I send a...
You have different errors in your unit test: - In your composer.json you expects the php version >=5.3.3, but you use the new notation for arrays "[" and "]". You...