graphp / algorithms

Common mathematical graph algorithms implemented in PHP
MIT License
135 stars 68 forks source link

Automated native_function_invocation fixes #37

Closed draco2003 closed 4 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/

clue commented 4 years ago

@draco2003 Thanks for looking into this, changes LGTM! :+1: