You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check AnnotationsPropertiesClassReflectionExtension in PhpClassReflectionExtension only when class allows dynamic properties or the original native property is not private (phpstan/phpstan-src@a25b82d)
PhpClassReflectionExtension - do not check @property tags if the native property is static (phpstan/phpstan-src@41a5ec6)
Various getProperty/hasProperty methods were deprecated. New methods getStaticProperty/hasStaticProperty/getInstanceProperty/getStaticProperty were introduced.
Issue bot: Emit GitHub Action annotation when issues are affected (#4326), thanks @staabm!
NodeScopeResolverTest: strip dir on Windows (#4330), thanks @vrana!