Johannes

Results 113 comments of Johannes

No, it's not in your code. It's one of the notification emails that you have configured (one has a space, or another whitespace character at the end).

We can keep this pull request open for people interested in it, but I'm not ready to drop support for older Symfony versions just yet.

How does it impact other drivers like MySQL?

That sounds more as if you'd like to do an approve transaction, `validatePaymentInstruction` is more intended to verify things like is the credit card number correct, is the cvv number...

It indeed sounds as if we need to provide a special method for this. I'm wondering whether we need to provide a unified way inside this library (probably via a...

Could you explain the problem that you have experienced?

I don't see how we can gather debug information without overriding the application, a command which just runs another command cannot do this. The jms-job-queue:run command basically already does what...

Please check out the symfony4 branch which contains many of these fixes here.

I was vary of adding such a method because it would have made it impossible to allow objects as keys. However since PHP 5.5 now also allows objects as array...

Can you create a pull request which adds the all() method? On Tue, Apr 8, 2014 at 12:46 AM, Roger Qiu [email protected] wrote: > It would be great, because that...