NoVerify v0.5.1
👋 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 newdeprecated
anddeprecatedUntagged
checks. The second check will give warnings about the use of symbols with empty@deprecated
and no@see
tags with qualification, or using theDeprecated
attribute without text. Thedeprecated
check will give warnings for all other deprecated symbols - #1143:
returnAssign
,voidResultUsed
, andparentNotFound
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