Replies: 1 comment
-
With {
"preset": "laravel",
"rules": {
"native_function_invocation": {
"include": ["@compiler_optimized"],
"scope": "namespaced",
"strict": true
}
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Seeing this
PR
is very intriguing. #37517 @claudiodekkerBelow is the simplest test.
It is indeed necessary to fully qualify the function. Incomplete qualification requires additional parsing.
Before

After

Beta Was this translation helpful? Give feedback.
All reactions