Releases: phpstan/phpstan-symfony
Releases · phpstan/phpstan-symfony
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()
1.0.0
44251cd
- Open 1.0-dev
3707cff
- Enforce generic InputBag
fb817e2
- Improve compatibility with PHPStan 1.0
1108c45
- Improve compatibility with PHPStan 1.0
0e27275
- Improved compatibility with PHPStan 1.0
a0ce7fd
- Constrain lowest PHPParser version to 4.13.0
84541f0
- Improve compatibility with nikic/php-parser 4.13.0
7d8ac24
- Improved compatibility with PHPStan 1.0
1e62ed3
- Add stubs for messenger component
c21cb2f
- Add DataTransformer stub