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

Add @internal to what is not covered by our BC promise #1045

Merged
merged 3 commits into from Dec 5, 2019

Conversation

leofeyer
Copy link
Member

@leofeyer leofeyer commented Dec 3, 2019

Implements #1031

TODO

  • What about controllers? Do they need an @internal tag, too?
  • What about Contao\CoreBundle\Repository\RememberMeRepository?
  • What about Contao\ManagerBundle\Api\*?
  • What about Contao\ManagerBundle\ContaoManager\ApiCommand\*?

@leofeyer leofeyer added this to the 4.9 milestone Dec 3, 2019
@leofeyer leofeyer self-assigned this Dec 3, 2019
Copy link
Member

@Toflar Toflar left a comment

Choose a reason for hiding this comment

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

LGTM, found one issue in the comments.
Regarding your questions:

  • What about controllers? Do they need an @internal tag, too?

I don't see why they would need to be extended. So yes.

  • What about Contao\CoreBundle\Repository\RememberMeRepository?

I don't see why repositories would need to be extended. So yes.

  • What about Contao\ManagerBundle\Api*?
  • What about Contao\ManagerBundle\ContaoManager\ApiCommand*?

Imho the whole manager bundle is internal. What do you need to use or extend there?

calendar-bundle/src/Picker/EventPickerProvider.php Outdated Show resolved Hide resolved
Copy link
Member

@Toflar Toflar left a comment

Choose a reason for hiding this comment

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

LGTM. I'd like to have other approvals though.

@leofeyer leofeyer merged commit fd61bc4 into master Dec 5, 2019
@leofeyer leofeyer deleted the feature/internal branch December 5, 2019 11:35
@leofeyer
Copy link
Member Author

leofeyer commented Dec 5, 2019

It seems no-one else was interested in reviewing, therefore I have merged this one now. 🤷‍♂

@aschempp
Copy link
Member

aschempp commented Dec 9, 2019

It seems no-one else was interested in reviewing, therefore I have merged this one now. 🤷‍♂

That's not really true, looks like two days was not enough time 😉

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

Successfully merging this pull request may close these issues.

None yet

3 participants