How to automatically convert "normal" conditions to yoda conditions
I am working on a large WordPress Plugin. It has already more than 10'000 lines of code (PHP + Javascript) and must be changed to yoda conditions, for matching the coding standards of WordPress.
Is there a program or an online tool that converts the code (Javascript + PHP) automatically to yoda conditions?
Topic coding-standards plugins Wordpress
Category Web