PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: Accessing static trait members

Last modified: 16 May 2022

Reports the static member access expressions used on traits. Such direct access is deprecated starting from PHP 8.1. Instead, static members should be accessed on the class that uses the trait.

See Deprecations for PHP 8.1: Accessing static members on traits (php.net) for details.