nategood / commando

An Elegant CLI Library for PHP
MIT License
798 stars 80 forks source link

Automated native_function_invocation fixes #106

Closed draco2003 closed 3 years ago

draco2003 commented 4 years ago

Reproduce with: php php-cs-fixer --rules=native_function_invocation fix ./ --allow-risky=yes (php-cs-fixer from : https://cs.symfony.com/)

Details: https://veewee.github.io/blog/optimizing-php-performance-by-fq-function-calls/