Menu
← Back to all error identifiers
Error Identifiers: staticProperty.*
There are 16 error identifiers in the staticProperty.* group:
-
staticProperty.deprecated phpstan-deprecation-rulesAccessed static property is marked as deprecated.
-
staticProperty.deprecatedClass phpstan-deprecation-rulesStatic property is accessed on a deprecated class.
-
staticProperty.deprecatedEnum phpstan-deprecation-rulesStatic property is accessed on a deprecated enum.
-
staticProperty.deprecatedInterface phpstan-deprecation-rulesStatic property is accessed on a type involving a deprecated interface.
-
staticProperty.deprecatedTrait phpstan-deprecation-rulesStatic property is accessed on a deprecated trait.
-
staticProperty.dynamicName phpstan-strict-rulesStatic property is accessed with a variable property name.
-
Accessed static property is marked as internal.
-
Static property is accessed on an internal class from outside its package.
-
Static property is accessed on an internal enum from outside its package.
-
Static property is accessed on an internal interface from outside its package.
-
Static property is accessed on an internal trait from outside its package.
-
Static property is accessed on a non-object and non-class-string type.
-
Static property is accessed using instance syntax instead of class syntax.
-
Accessed static property does not exist on the class.
-
Private static property is accessed from outside its declaring class.
-
Protected static property is accessed from outside its class hierarchy.