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
Afaik the docs are wrong for SlevomatCodingStandard.TypeHints.ReturnTypeHint:
This sniff can cause an error if you're overriding or implementing a parent method which does not have typehints. In such cases add @phpcsSuppress SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingNativeTypeHint annotation to the method to have this sniff skip it.
However for the return type hint, this doesn't matter: https://3v4l.org/el8LC#v8.4.6 (this is only an issue for properties/params)
The text was updated successfully, but these errors were encountered:
Afaik the docs are wrong for SlevomatCodingStandard.TypeHints.ReturnTypeHint:
However for the return type hint, this doesn't matter: https://3v4l.org/el8LC#v8.4.6 (this is only an issue for properties/params)
The text was updated successfully, but these errors were encountered: