php-code-formatter
php-code-formatter copied to clipboard
Allow to parse from string
I have a usecase where I am testing my generated files. Instead of saving them to a filesystem I would like to directly parse the string that is put out.
I implemented my own for now, but would be nice to have it built-in.
Cheers :)