Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make tags header configurable #109

Merged
merged 2 commits into from
Jul 30, 2014
Merged

Make tags header configurable #109

merged 2 commits into from
Jul 30, 2014

Conversation

ddeboer
Copy link
Member

@ddeboer ddeboer commented Jul 18, 2014

Fix #73.

@@ -19,7 +19,6 @@
use Symfony\Component\DependencyInjection\Loader\XmlFileLoader;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\HttpKernel\Kernel;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was unused.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we could run the php-cs-fixer again at some point to eliminate all unused imports.

@ddeboer ddeboer changed the title Make tags header configurable (fix #73) Make tags header configurable Jul 18, 2014
@ddeboer ddeboer added this to the 1.0 milestone Jul 18, 2014
@dbu
Copy link
Contributor

dbu commented Jul 20, 2014

i think with the xml config test merged, you will now also need to adjust the xml config example. just restarted travis build to see - we should get a failure now.

@ddeboer ddeboer self-assigned this Jul 26, 2014
@dbu
Copy link
Contributor

dbu commented Jul 29, 2014

added the xml support (and rebased on latest master). this should now build correctly i hope. i am happy with the change, go ahead and merge. its missing the doc however, but i propose to add that in the doc refactoring branch rather than here.

ddeboer added a commit that referenced this pull request Jul 30, 2014
@ddeboer ddeboer merged commit d22a5e3 into master Jul 30, 2014
@ddeboer ddeboer deleted the tags-header-config branch July 30, 2014 06:42
@ddeboer
Copy link
Member Author

ddeboer commented Jul 30, 2014

Thanks for the test. I had already added the header config key to the docs, so we’re good there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make tags header configurable
2 participants