Skip to content

Releases: phpstan/phpstan-symfony

1.1.4

03 Feb 11:47
1.1.4
51488c9
Compare
Choose a tag to compare
  • 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

01 Feb 12:19
1.1.3
11221af
Compare
Choose a tag to compare
  • b336d0a - Add missing save parameter to CacheInterface stub
  • 784e7a0 - Update phpunit.xml
  • 11221af - Add dynamic return type to ResponseHeaderBag::getCookies

1.1.2

18 Jan 16:09
1.1.2
96ee630
Compare
Choose a tag to compare
  • 96ee630 - Added CacheInterface stub

1.1.1

16 Jan 09:15
1.1.1
2e25964
Compare
Choose a tag to compare
  • 99a1dc9 - Tweet release action
  • 012305d - Request: Return Session instead of SessionInterface
  • 7856507 - Fix
  • 28c1379 - PHP 8.0 polyfills for testing purposes

1.1.0

14 Jan 16:02
1.1.0
Compare
Choose a tag to compare
  • 39ac41f - Use camelCase config parameters (old ones still work)
  • 5e9fc30 - Require PHPStan 1.4
  • d779d1a - Better error for invalid consoleApplicationLoader setting

1.0.6

08 Jan 20:26
1.0.6
Compare
Choose a tag to compare

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