If a method has the same name as a keyword, its static calls are highlighted as keywords and not as static method calls. ```php // `new` on line 2 has the same face as on line 1. $status = new Status(); Status::new(); ```