Christophe Coevoet

Results 2813 comments of Christophe Coevoet

@javiereguiluz I get the same search result when searching on google.de or google.com (it is the third search result for me)

Closing the connection is better than forcing to connect to the replica. If the next request starts with something that needs to use the primary, it will avoid connecting for...

As discussed in the issue, this requires being careful with the case of messenger consumers using the doctrine transport. The transport will not like a connection getting closed between message...

When using `enumFqcn`, the config actually accepts *both* the backing values or an enum instance. So the generated type should combine the set of backing values and the enum FQCN...

For reference, the symfony/phpunit-bridge classified deprecations in 3 categories (rather than 2): - `self`: deprecations triggered in first-party code (whatever the caller) - `direct`: deprecations triggered in third-party code called...

I have another use case in Prophecy that currently extends the ObjectComparator, but I think it could be implemented using composition instead. (as it overrides the `assertEquals` method to change...

I'll keep maintaining swarrot for now (probably in feature-freeze mode though) as I'm still using it at work where we have our own messenger-like internal API built on top of...

This won't make it to 7.3 as we are in feature freeze. It will be for 7.4. And this new feature needs to be mentioned in the changelog of the...

Transforming a UnitEnum to its name is a no-go to me. The case name is **not** a canonical scalar representation of an enum.

@ericmorand feel free to send a PR to improve the wording of the documentation.