Error Identifiers: staticProperty.*

Menu

← Back to all error identifiers

There are 16 error identifiers in the staticProperty.* group:

  • Accessed static property is marked as deprecated.

  • Static property is accessed on a deprecated class.

  • Static property is accessed on a deprecated enum.

  • Static property access on a deprecated interface.

  • Static property is accessed on a deprecated trait.

  • Static 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.