Toon Verwerft

Results 280 comments of Toon Verwerft

Grumphp V1.13 is quite old. Have you tried with latest?

@apohutenumera Can you disable parallel execution in grumphp.yaml and debug the actual php command that is being sent to phpstan?

Thanks for reporting! Since you got this far, Can you provide a PR solving the issue? The suggested fix could be made easier by using `addArgumentArray` directly instead of `addOptionalArgument`.

Hello, Thanks for reporting. Passing it down as an option isn't really possible at this moment and requires quite some rework: The decoder reads the xml document, but it is...

* No. * Examples can be found here: https://github.com/php-soap/psr18-transport?tab=readme-ov-file#middleware It is not a mean to bypass anything, rather a way to manipulate requests / responses.

I think the easiest way forward, is to make the libxml decoder options configurable on the https://github.com/php-soap/encoding/blob/main/src/EncoderRegistry.php That way, we can make them configurable from this package's code generation configuration...

@rajivraman-MRM Can you verify if this would work for you? https://github.com/php-soap/encoding/pull/43

This was discussed during the initial pull request: https://github.com/azjezz/psl/pull/446#discussion_r1550946590 The DateTime component won't be compatible with `\DateTimeInterface`. The idea is to add convenient methods to convert from and to PHP's...