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.4 reports E_DEPRECATED: Cannot use "parent" when current class scope has no parent at this line. I am not sure what is purpose of parent call here, but shouldn't it be $this->?
E_DEPRECATED: Cannot use "parent" when current class scope has no parent
$this->
https://travis-ci.org/contributte/di/jobs/554846041#L242-L262
The text was updated successfully, but these errors were encountered:
Finder: fixed extension method fallback [Closes #11]
ef4c654
I'd like this fix to be released, thank you.
Sorry, something went wrong.
Done
Thank you!
No branches or pull requests
PHP 7.4 reports
E_DEPRECATED: Cannot use "parent" when current class scope has no parent
at this line. I am not sure what is purpose of parent call here, but shouldn't it be$this->
?https://travis-ci.org/contributte/di/jobs/554846041#L242-L262
The text was updated successfully, but these errors were encountered: