Skip to content
New issue

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

php7 get_class() warning #146

Open
devprofession opened this issue Feb 22, 2019 · 0 comments
Open

php7 get_class() warning #146

devprofession opened this issue Feb 22, 2019 · 0 comments

Comments

@devprofession
Copy link

On php 7.2 there is a warning:
Warning: get_class() expects parameter 1 to be object, null given

get_class ([ object $object ] ) : string
Php 7.2.0 | NULL was removed as the default value for object, and is no longer a valid input.
http://php.net/manual/en/function.get-class.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant