Skip to content

Releases: psalm/psalm-plugin-symfony

v2.0.1

10 Nov 18:05
0397c58
Compare
Choose a tag to compare
  • [container] read the DI required annotation (#100) (@adrienlucas)
  • [tainting] Fix the precedence of the CachedTemplatesMapping (#89) (@adrienlucas)
  • [tainting] Allow Twig\Environment::render to be tainted even with a variable as template name (#97) (@adrienlucas)

v2.0.0

20 Oct 13:04
6c6b4f5
Compare
Choose a tag to compare

v1.5.0

14 Oct 05:03
fc1bcd6
Compare
Choose a tag to compare

v1.4.5

13 Oct 13:56
1978eda
Compare
Choose a tag to compare
  • Detect return type for denormalize and deserialize for the Serializer… (@mdeboer)
  • [console] argument return type infer improvements (#87) (@seferov)
  • Refactor twig analyzer (#88) (@adrienlucas)
  • [console] nullable & bool default values (#92) (@seferov)
  • psalm & deps update fixes (#85) (#94) (@seferov)

v1.4.4

16 Sep 08:25
0240845
Compare
Choose a tag to compare

v1.4.3

18 Aug 15:03
9fb7649
Compare
Choose a tag to compare
  • Added LockableTrait.stubphp (#70) (@vudaltsov)
  • Made Messenger Envelope aware of the message class (#71) (@vudaltsov)
  • Added Guard AuthenticatorInterface.stubphp (#72) (@vudaltsov)
  • Added CacheInterface.stubphp from symfony contracts (#74) (@vudaltsov)
  • Fixed named arguments in ContainerHandler.php for Psalm 3.14 (#73) (@vudaltsov)

v1.4.2

08 Aug 06:33
798b72f
Compare
Choose a tag to compare
  • InputBag get stub for return type (#69) (@seferov)
  • Container support in KernelTestCase (#66) (@seferov)
  • PropertyNotSetInConstructor error about $context is not raised in ConstraintValidator (#63) (@seferov)
  • PropertyNotSetInConstructor error is not raised when class is an Annotation (#65) (@seferov)
  • Add PHP CS fixer check (#67) (@seferov)

v1.4.1

30 Jul 09:51
d13b6aa
Compare
Choose a tag to compare
  • Unblocked testing on symfony 5.* (#55) (@amberovsky)
  • totallyTyped is deprecated, changed to errorLevel="1" (#56) (@amberovsky)
  • Suppress PropertyNotSetInConstructor error in AbstractController::$container (#57) (@amberovsky)
  • Default service visibility for different Symfony versions (#62) (@seferov)

v1.4.0

06 Jul 07:16
e6ae163
Compare
Choose a tag to compare
  • Cleanup & inline suppressible plugin issue (#46) (@seferov)
  • Container dependency handler attribute fix (#48) (@seferov)
  • HeaderBag get default value return type (#49) (@seferov)
  • Detect dead code & unused suppresses (#51) (@seferov)
  • Naming convention for parameters (#52) (@seferov)
  • Taint Request::get and Response::__construct (#50) (@adrienlucas)
  • Add envelope stub to provide the correct argument and return types (#53) (@micheh)

v1.3.0

19 Jun 13:34
76ff9a0
Compare
Choose a tag to compare
  • [doctrine] detect entity repository classes (#40)
  • [console] input definition (#44)
  • [container] multiple container XML file support (#45)
  • plugin custom issues can be suppressed (#38)