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

Code Inspection: Private method may be inaccessible during late static binding call

Last modified: 16 May 2022

Reports the late static binding method calls (that is, performed via static::) that may be resolved to inaccessible private methods from child classes.

See Late Static Bindings (php.net) for details.