upwork / phystrix

Phystrix is a latency and fault tolerance library for PHP, inspired by Netflix’s Hystrix
Apache License 2.0
1 stars 0 forks source link

Automated native_function_invocation fixes #38

Closed draco2003 closed 4 years ago

draco2003 commented 5 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/

lcf commented 4 years ago

Hi @draco2003 , somehow missed this PR. Looks like all checks have failed - do you happen to know why?