Christophe Coevoet

Results 449 issues of Christophe Coevoet

Exposing app_dev.php is a security issue as it allows accessing debugging information on the app (there is some IP restriction by default in the file, but it means that either...

enhancement

When I started deploying my project on heroku, most of the compilation time was the `composer install` to download all vendors. But most of my deployments were using the same...

It is a parameter, not a service

phpstan 1.11.x is adding new phpdoc tags to document the execution lifetime of callable parameters. See https://phpstan.org/writing-php-code/phpdocs-basics#callables for the documentation about them. https://github.com/symfony/symfony/pull/54654#issuecomment-2063716008 also gives some background about why they...

raw.github.com is not meant to be sued to serve files. thus, it does not send JS files with the proper content type but as `text/plain` (and this is done on...