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

Fix wrong property name on FormContractor #588

Merged
merged 1 commit into from
Jun 9, 2016

Conversation

soullivaneuh
Copy link
Member

Changelog

### Fixed
- Fix wrong property name on FormContractor

Subject

The other is never used. As a protected one, I keep it for BC.

Because of the deprecation, this should be delivered as a new minor.

* @var FormFactoryInterface
*/
protected $fieldFactory;

/**
* @var FormFactoryInterface
*/
protected $formFactory;
Copy link
Contributor

Choose a reason for hiding this comment

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

Does it need to be protected ?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't know, but this was done like this for the fake one. We can discuss it later.

Copy link
Contributor

Choose a reason for hiding this comment

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

ok

@soullivaneuh
Copy link
Member Author

Please wait the patch release before merge this one.

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

Successfully merging this pull request may close these issues.

None yet

3 participants