Menu
← Back to all error identifiers
Error Identifiers: closure.*
There are 4 error identifiers in the closure.* group:
-
Variable imported in the closure's use clause is never used.
-
closure.useDuplicate non-ignorableClosure's use clause imports a variable that conflicts with a parameter name.
-
Superglobal variable is used in a closure use clause, which is not allowed.
-
Closure unnecessarily imports $this via the use clause.