Menu
← Back to all error identifiers
Error Identifiers: variable.*
There are 5 error identifiers in the variable.* group:
-
variable.dynamicName phpstan-strict-rulesVariable variable is used, which cannot be statically analysed.
-
variable.implicitArray phpstan-strict-rulesArray is implicitly created by appending to an undefined variable.
-
Variable variable name in $$name is not a string.
-
Variable is used but has not been defined in the current scope.
-
A variable is assigned but never read anywhere.