php-code-formatter icon indicating copy to clipboard operation
php-code-formatter copied to clipboard

Refactor Analyzer and Context

Open gossi opened this issue 11 years ago • 0 comments

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.

gossi avatar Oct 18 '14 22:10 gossi