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
Disabled NeutronStandard.Functions.TypeHint and replaced with custom sniffs
Added ArgumentTypeDeclarationSniff to replace NeutronStandard.Functions.TypeHint sniff for
missing argument types.
It does not check closures used as hook callbacks (because WP cannot be trusted on types).
Added ReturnTypeDeclarationSniff to replace NeutronStandard.Functions.TypeHint sniff for
missing or wrong return type.
Added HookClosureReturnSniff to sniff closures added to filters and missing return values and
closures added to action and having return values.