For example Model::loadMultiple() or BaseYii::$app.
The information that the method is static is important to the developer.
I like the way the PHP manual does it, with the static keyword in the signature, for example DateTime::getLastErrors
public static array DateTime::getLastErrors ( void )