php-code-formatter
php-code-formatter copied to clipboard
Refactor Analyzer and Context
The difference between an analyzer and a context is a bit whack (The context can be nested though) and the code to retrieve that is coupled to much together (which also blocks caching #14) at the moment.
Its better to decouple things here and probably put individual contexts and analyzers into their own class.