Skip to content

Releases: phpstan/phpstan-symfony

0.12.13

08 Jan 10:36
Compare
Choose a tag to compare
  • 2f2e8a3 - Dependabot
  • d8313ec - Add stub for ConstraintViolationListInterface

0.12.12

13 Dec 13:14
Compare
Choose a tag to compare
  • 46f7b3d - Readability
  • 185bf76 - Use GitHub Actions instead of Travis CI
  • fb66d5e - Automatic release workflow

0.12.11

12 Dec 14:50
edb6aeb
Compare
Choose a tag to compare
0.12.11

0.11.6

19 May 19:05
c7be305
Compare
Choose a tag to compare

0.11.5

16 Apr 18:16
490ff77
Compare
Choose a tag to compare
  • Fixed some internal errors

0.11.4

16 Apr 08:23
142a5d5
Compare
Choose a tag to compare
  • Console command arguments and options analysis.
  • Container XML parameter is optional.

0.11.3

01 Apr 08:05
9c7e936
Compare
Choose a tag to compare
  • Added Envelope return type extension for Messenger (#44), thanks @enumag!

0.11.2

10 Mar 15:50
Compare
Choose a tag to compare
  • Support for recursive types to Serializer (#35), thanks @mcfedr!
  • Forward compatibility with PHPStan 0.11.3 (6b4d9f1)

0.11.1

13 Feb 19:46
c5f7d3d
Compare
Choose a tag to compare
  • Honor new contracts namespace as-of Symfony 4.2 for ServiceSubscriberInterface (#33) - thanks @keichinger!
  • Add support for Serializer::deserialize (#34) - thanks @mcfedr!

0.10.2

30 Oct 23:01
90e1756
Compare
Choose a tag to compare
  • Support for AbstractController::get()|has() methods.
  • Support for disabling constant hassers.
  • Refactored services and tests for easier extending.