* Add leading \ before function invocation to speed up resolving. * Add leading \ before constant invocation of internal constant to speed up resolving. Constant name match is case-sensitive, except for null, false and true.
`php php-cs-fixer --rules=native_function_invocation fix ./ --allow-risky=yes`