Skip to content

0.8.0

Compare
Choose a tag to compare
@janedbal janedbal released this 21 Jan 09:39
· 1 commit to master since this release
478ecfa

New features

  • Symfony:
    • detect constants used in config yamls via !php const Foo\Bar::BAZ (#131)
    • detect methods called by DIC, e.g. factory: [Acme\SerializerFactory, create] (#128)

Fixes

  • Reflection:
    • support accessing members present only on descendants (#134)
    • proper transitivity detection (#135)
  • Fix missing parts of vendor class hierarchy (#136)