Jordi Boggiano
Jordi Boggiano
Would it be possible to use the https://hub.docker.com/r/amazon/aws-cli container as base instead of building your own in the Dockerfile? I assume it'd speed things up quite a bit, because I...
Requires a new PHPStan release with https://github.com/phpstan/phpstan-src/pull/3093
Makes use of https://github.com/composer/class-map-generator/pull/7 but it would require https://github.com/symfony/symfony/pull/54752 so waiting on that.
### Feature request In this example I am trying to assert whether an array key is of a given type, and it seems like assert-if-true just ignores the `[T]` part...
### Bug report It seems that https://github.com/phpstan/phpstan-src/blob/1.10.x/src/Type/Php/PathinfoFunctionDynamicReturnTypeExtension.php only behaves correctly for constant integers, but if the integer has multiple possible values then it fails to detect the correct output. It...
See https://github.com/Seldaek/monolog/releases/tag/3.6.0 / https://github.com/Seldaek/monolog/pull/1873 It would be neat I think if we could do `base_path: %kernel.project_dir%` on a handler and it would configure the line formatter for it with base...
Right now calling this triggers an error as the returned header is string|null, but really after `->has($key)` returns true, we can assert that `->get($sameKey)` will be `string`. At least as...
I know it says below in the parameter description, but tbh I didn't read that far before I assumed this only worked for arrays :D
fixes #10734 This is so far fairly experimental/MVP. Using the example from https://github.com/composer/composer/issues/10734#issuecomment-1179164480 as a base, I got this test case: ``` { "scripts": { "command-name": [ "@composer install --no-dev",...
Fixes #20004 Requires #20019 to be merged for completeness.