Releases: phpstan/phpstan-symfony
Releases · phpstan/phpstan-symfony
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
1.0.1
edb55af
- Fix: Incorrect return type for InputBag::all()