Error Identifiers: variable.*
← Back to all error identifiers
There are 3 error identifiers in the variable.* group:
-
variable.dynamicName phpstan-strict-rules
Variable variable is used, which cannot be statically analysed.
-
variable.implicitArray phpstan-strict-rules
Array is implicitly created by appending to an undefined variable.
-
Variable is used but has not been defined in the current scope.