Exercise / HTMLPurifierBundle

HTML Purifier is a standards-compliant HTML filter library written in PHP.
http://htmlpurifier.org/
Other
275 stars 56 forks source link

Resolve services in config #7

Closed arnaud-lb closed 12 years ago

arnaud-lb commented 12 years ago

This resolves @services in configuration.

Use case:

exercise_html_purifier:
    default:
        AutoFormat.Custom:
            - @some_htmlpurifier_injector_service
jmikola commented 12 years ago

Can you rebase these commits atop the current master branch or merge master into your branch? As-is, this PR can't be automatically merged.

Otherwise, this looks good.

arnaud-lb commented 12 years ago

sure, done