Update rector and the used class namespaceSeems like the class alias for Rector\Core is removed in 19.2 Thisshould fix the rector runs on github.
Rector to rename print to echo calls
deprecate ptln()This method was used to ensure some basic readability in the createdHTML sources long before Firebug and later the builtin inspector toolsin browsers pretty printed the HTML for y
deprecate ptln()This method was used to ensure some basic readability in the createdHTML sources long before Firebug and later the builtin inspector toolsin browsers pretty printed the HTML for you. Today, this is no longerneeded.This adds a custom rector rule to automatically change all occurances toecho statements.
show more ...