phpowermove / php-code-formatter

A code formatting library for php
MIT License
29 stars 12 forks source link

Allow to parse from string #21

Open khusseini opened 8 years ago

khusseini commented 8 years ago

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 :)