Menu
← Back to all error identifiers
Error Identifiers: unset.*
There are 6 error identifiers in the unset.* group:
-
Property with hooks cannot be unset.
-
Unsetting an offset on a type that does not support offset access.
-
Property could have hooks in a subclass, making unset unsafe.
-
Readonly property cannot be unset.
-
Property marked as @readonly in PHPDoc cannot be unset.
-
Unsetting a variable that does not exist in the current scope.