Event Timeline
Comment Actions
This also contains an extra Bash line:
find . -name "*.php" ! -name rector.php -exec sed -E -i 's/([ =.+,-\)])id\(/\1(/g' {} +
This strips all the id( new Foo() ) functions to just make them ( new Foo() ).