Releases: phpstan/phpstan-symfony
Releases · phpstan/phpstan-symfony
1.2.17
- 7389207 - Remove nullable type after calling
HeaderBag::has
- c55237a - Update dessant/lock-threads action to v4
- e088444 - Fix build
1.2.16
- d6ea162 - Fix Envelope::all() return type
1.2.15
- 7210072 - Improve Envelope::all() return type
- e5e807b - Update metcalfc/changelog-generator action to v4
1.2.14
- f7dd737 - Native type in ConsoleApplicationResolver
- e5459eb - ConsoleApplicationResolver made lazy
1.2.12
- e7767d9 - Skip check for negatable input options on symfony/console < 5.3
1.2.11
- a14d467 - Add support for negatable input options
1.2.10
- 82d54e8 - Fix build by downgrading PHPUnit
- 120d3a8 - Test Symfony ^6.1
- 298f7ae - Do not longer test unsupported versions of Symfony
- 70f8452 - Infer correct type for
$input->getOptions()
call
1.2.8
- 28fe677 - Remove Stringable from the signature, it's actually not supported