Stefan Kruppa
Stefan Kruppa
Hi, I have the following constellation: - PHPStan is installed globally (`composer global require ...`) - My project is of course "local" and I use PHPStan there. My problem is...
My bundle configuration is as follows: ``` sensio_framework_extra: cache: { annotations: false } request: { converters: true } router: { annotations: false } security: { annotations: false } view: {...
When omitting the ruleset path, the detector uses "composer.lock" in the current directory. When a source path is given, this might be unexpected (in my case I executed the detector...
This PR intends to clarify some things about cache.system and cache.app (#12774 among other things). Comments welcome of course :-)
Hi, I just noticed that the only 6.7.x tag available in the repo is the latest 6.7.4. Packagist still knows 6.7.2 and 6.7.3 and is able to install those, but...
Hi, I use a service definition config like this one: ```php return static function (ContainerConfigurator $container) { $services = $container->services(); $services ->defaults() ->autowire() ->autoconfigure() ->tag('monolog.logger', ['channel' => 'defaultchannel']) ; $services...