Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

OAuthBundle - portabilité between Symfony older than 2.6 and newest #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

athanaselos
Copy link

No description provided.

@athanaselos athanaselos reopened this Oct 19, 2017
@athanaselos
Copy link
Author

Accepted

@aklinkert
Copy link
Owner

aklinkert commented Oct 19, 2017

Hey, thanks for opening the PR. Could you please extend the PR's body by some information what you did and why? That would be helpful. :)

EDIT: What do you mean by "Accepted" though?

EDIT 2: This branch breaks the test suite, could you please have a look on that one too?

// to be removed when dependency on Symfony DependencyInjection is older than 2.6
$definition->setFactoryService('apinnecke_oauth.service_factory');
$definition->setFactoryMethod('createService');
}
$definition->setFactory(array(new Reference('apinnecke_oauth.service_factory'), 'createService'));
Copy link
Owner

Choose a reason for hiding this comment

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

This line should be removed, since it was moved inside the if clause

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

Successfully merging this pull request may close these issues.

2 participants