Skip to content

NoVerify v0.5.1

Compare
Choose a tag to compare
@i582 i582 released this 05 Sep 18:31
· 44 commits to master since this release
1d121f2

👋 This small release improves PHP 8 support, includes improved deprecated checks, and bug fixes.

Checkers changes

  • #1140: The deprecated check has been split into two new deprecated and deprecatedUntagged checks. The second check will give warnings about the use of symbols with empty @deprecated and no @see tags with qualification, or using the Deprecated attribute without text. The deprecated check will give warnings for all other deprecated symbols
  • #1143: returnAssign, voidResultUsed, and parentNotFound are disabled by default and will be fixed and improved

Improved

  • #1144: Improved support for attributes
  • #1144: Improved the deprecated check, now if the @removed attribute is present, then its value will be displayed in the warning
  • #1144: Internal stubs have been updated to upstream phpstorm-stubs

Added

  • #1143: Added support for property promotion
  • #1144: Added support for the Deprecated attribute

Fixed

  • #1142: Fixed panic for catch without a variable and using the types.Map.Erase method
  • #1144: Fixed undefined method warnings for Reflection classes