History log of /dokuwiki/_test/rector/DokuWikiPtlnRector.php (Results 1 – 2 of 2)
Revision Date Author Comments
# 33b33154 25-Jan-2024 Andreas Gohr <andi@splitbrain.org>

Update rector and the used class namespace

Seems like the class alias for Rector\Core is removed in 19.2 This
should fix the rector runs on github.


# f9a94e78 31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

deprecate ptln()

This method was used to ensure some basic readability in the created
HTML sources long before Firebug and later the builtin inspector tools
in browsers pretty printed the HTML for y

deprecate ptln()

This method was used to ensure some basic readability in the created
HTML sources long before Firebug and later the builtin inspector tools
in browsers pretty printed the HTML for you. Today, this is no longer
needed.

This adds a custom rector rule to automatically change all occurances to
echo statements.

show more ...