History log of /PHP-Parser/lib/PhpParser/PrettyPrinter.php (Results 1 – 5 of 5)
Revision Date Author Comments
# ab51e9d3 17-Sep-2023 Nikita Popov

Remove superfluous phpdoc tags

These just specify a type that is already specified as a real PHP
type.


# 779b6950 20-May-2023 Nikita Popov

Fix coding style


# 64484a49 04-Mar-2023 Anthony Ferrara

Add PrettyPrinter interface

Closes #423.


# a0ed229b 04-Mar-2023 Nikita Popov

Revert "Rename PrettyPrinterAbstract to PrettyPrinter"

This reverts commit 2217f14d6e039f1c0572329e6fcc99f6c17178a3.


# 2217f14d 01-Mar-2023 Nikita Popov

Rename PrettyPrinterAbstract to PrettyPrinter