Skip to content

Releases: phpstan/phpstan-symfony

1.0.5

08 Jan 10:46
1.0.5
Compare
Choose a tag to compare
  • 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

16 Dec 09:04
1.0.4
Compare
Choose a tag to compare
  • 84df525 - Fix false positive about private service in service subscriber

1.0.3

05 Dec 18:16
1.0.3
Compare
Choose a tag to compare
  • a5aed92 - Followup of TestContainer issue

1.0.2

29 Nov 12:42
1.0.2
Compare
Choose a tag to compare
  • 197c4cf - Fix false positive "Service ... is private." when using KernelTestCase::$container
  • be24257 - Services are private by default

1.0.1

03 Nov 14:15
1.0.1
edb55af
Compare
Choose a tag to compare
  • edb55af - Fix: Incorrect return type for InputBag::all()

1.0.0

01 Nov 07:09
1.0.0
Compare
Choose a tag to compare
  • 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

0.12.44

02 Sep 12:34
0.12.44
c1627fc
Compare
Choose a tag to compare
  • 390cfa1 - Fix tests
  • c1627fc - Fix nonexistent InputBag on Symfony 4.x

0.12.43

01 Sep 10:52
0.12.43
Compare
Choose a tag to compare
  • 95d9ae7 - Make InputBag generic
  • b339195 - Add Constraint::$errorNames

0.12.42

18 Aug 06:57
0.12.42
Compare
Choose a tag to compare
  • fe5f5d8 - Adding scanDirectories to README for Symfony 5.3+
  • 2c24080 - Ignore ContainerBagInterface in ContainerInterfaceUnknownServiceRule

0.12.41

18 Jul 07:26
4ae5cbe
Compare
Choose a tag to compare
  • 4ae5cbe - Add Lazy Command Support