Christophe Coevoet

Results 2811 comments of Christophe Coevoet

changing the Twig precedence is not the solution to me (making the precedence order match the PHP order might make the compiled template valid, but it changes the meaning of...

@fabpot I suggest that the compilation of unary operators always wrap the operand in parenthesis, instead of assuming that the PHP precedence for that expression will be equivalent to the...

The worflow definition in the reproducing test does not correspond to the graph in the image just above, which is confusing to me.

I think this is related to the fact that your `t2` and `t3` transitions are making the subject enter twice independently in the state `D` (and then transitioning with `t4`...

@thomasp-cnrs your `t2` and `t3` transition are *separate* transitions, each of them with a single "previous place" in the way your workflow is defined.

The root cause of that is that phpDocumentor is using `league/flysystem` version 1, while the current maintained version is 3.x. Version 1 did not receive patches to fix PHP deprecations.

And the reason why the docker image does not display those is because this image is based on the php8.1 image. But PHP 8.1 will stop receiving security patches in...

@Seldaek the third and fourth commands should look like `composer repo add`, not `composer add`

@nex3 the description should be updated as the deprecation has been implemented.

Over the years, we added more and more support for the Yaml spec in the component (also because this component is not only used for Symfony configuration files but is...