Skip to content

0.5.0

Compare
Choose a tag to compare
@janedbal janedbal released this 04 Nov 14:47
· 27 commits to master since this release
a3ddfe2

New features

  • Ability to automatically remove dead code (#103)
    • via vendor/bin/phpstan analyse --error-format removeDeadCode
  • Support calls over mixed (#105)
    • e.g. $unknownClass->method()

Dependencies

  • requires phpstan/phpstan 1.11.7 (was 1.11.0) (#107)