We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP 7.2 introduced support for the object scalar type
object
https://wiki.php.net/rfc/object-typehint
Unknown type hint "object" found for $object (Squiz.Commenting.FunctionComment.InvalidTypeHint)
The text was updated successfully, but these errors were encountered:
Fixed bug #1757 : Unknown type hint "object" in Squiz.Commenting.Func…
790c617
…tionComment
Thanks for letting me know. This error will no longer be shown when running under PHP 7.2+
Sorry, something went wrong.
No branches or pull requests
PHP 7.2 introduced support for the
object
scalar typehttps://wiki.php.net/rfc/object-typehint
The text was updated successfully, but these errors were encountered: