-
Notifications
You must be signed in to change notification settings - Fork 2
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
"Deprecated Functionality: Use of \"parent\" in callables is deprecated in /app/vendor/graycore/magento2-graphql-introspection-cache/Executor/ReferenceExecutor.php on line 22", #9
Comments
I'm seeing unclear discussions as to whether this was deprecated in PHP 8.1 or in 8.2. Either way, that seems like evidence for it to be an error we will expect to see everywhere once everywhere gets on a high enough php version. |
It seems clearer now. The function was deprecated in PHP 8.2. I accidentally updated my local Docker container to run on 8.2, and therefore I'm seeing the error. No one else is, because they're all on 8.1. So this will require updating, but probably not until later. |
@jburnumHVT thanks for the notice. I'll work to get support for v8.2 started! |
I've made a patch which works for me with PHP 8.3 and webonyx/graphql-php "15.18.1"
|
"Deprecated Functionality: Use of "parent" in callables is deprecated in /app/vendor/graycore/magento2-graphql-introspection-cache/Executor/ReferenceExecutor.php on line 22",
@damienwebdev Is this a weird error to be getting or an expected one? The only place I'm seeing it so far is my local environment, but it definitely sounds like an error which we would expect to see everywhere.
The text was updated successfully, but these errors were encountered: