Releases: phpstan/phpstan-symfony
Releases · phpstan/phpstan-symfony
1.1.4
- 51488c9 - Add support for env processor
- 173610b - Specify type after calling InputBag::has
- df5ce32 - Update renovate.json
- a3fe4eb - Update lock-closed-issues.yml
- ae9d31e - Update github-actions
- 1cb815f - Update metcalfc/changelog-generator action to v1.0.1
- b31fa2e - Delete dependabot.yml
- 35dcbe9 - Rename renovate.json to .github/renovate.json
- 308ff0a - Update renovate.json
- 26a44d1 - Add renovate.json
1.1.3
b336d0a
- Add missing save parameter to CacheInterface stub
784e7a0
- Update phpunit.xml
11221af
- Add dynamic return type to ResponseHeaderBag::getCookies
1.1.2
96ee630
- Added CacheInterface stub
1.1.1
- 99a1dc9 - Tweet release action
- 012305d - Request: Return Session instead of SessionInterface
- 7856507 - Fix
- 28c1379 - PHP 8.0 polyfills for testing purposes
1.1.0
39ac41f
- Use camelCase config parameters (old ones still work)
5e9fc30
- Require PHPStan 1.4
d779d1a
- Better error for invalid consoleApplicationLoader setting
1.0.5
8ab1d52
- Test on PHP 8.1
749b003
- Composer > Remove --no-suggest
4140813
- Test all jobs on PHP 8.1
19b0934
- Allow Composer plugins
29ad8a9
- Introduce DynamicReturnTypeExtension for 'Symfony\Component\Form\FormInterface::getErrors'
1.0.4
84df525
- Fix false positive about private service in service subscriber
1.0.3
a5aed92
- Followup of TestContainer issue
1.0.2
197c4cf
- Fix false positive "Service ... is private." when using KernelTestCase::$container
be24257
- Services are private by default