Roland Franssen :)
Roland Franssen :)
See https://github.com/php-http/logger-plugin/pull/19#discussion_r801740748, my proposal is to remove request/response from the context. It defeats a custom log message in the first place.
see #20 > so if anything, we should provide a second plugin in this repository that would use the FullRequestFormatter for the request and response in the context and maybe...
i believe date formatting is more @xabbuh's domain :grin: in general; is it a BC break in Symfony? Are you using the `IntlDateFormatter` stub from Symfony? otherwise something changed in...
> supplemented with alpha3 languages for which no alpha2 code is available i tend to recall this was intended: to obtain a full list of names i'd assume docs were...
actually alpha 3 mapping was included since day 1 https://github.com/symfony/symfony/commit/65a8b9fc93cc05857f7865806110030980c1c8c2#diff-3b79629d9248c378807e88b27009a69acb534f4a08d177b6caed03ecf5917ed9R6
> Then it's probably a documentation issue and not a bug? i agree :+1:
i'll assume we generally don't care about tests?
What's your thought on `DateTimeInterface`? Do we prefer `DateTime|DateTimeImmutable` where needed?
> DateTime is flawed. what's PHP internals POV on the matter? I feel like preserving DateTime with new immutable methods is the fastest route, while deprecating anything mutable. if DateTime...
I believe it was intended to be a 1st class symbol, potentially to be adapted in core. Autoloading functions is a php/composer concern IMHO