[PR #6967] replace 'internal note:' with {@internal .. }} #10248

Closed
opened 2026-01-22 16:06:56 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/6967

State: closed
Merged: Yes


This PR replaces the Internal note: phpdoc part with the {@internal .. }} syntax. Like specified in
https://docs.phpdoc.org/references/phpdoc/tags/internal.html

Also, some methods have INTERNAL: https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/PersistentCollection.php#L106

I'm not really sure if these methods are meant to be @internal or the following text is a internal note? This would require another PR to fix imho.

**Original Pull Request:** https://github.com/doctrine/orm/pull/6967 **State:** closed **Merged:** Yes --- This PR replaces the `Internal note:` phpdoc part with the `{@internal .. }}` syntax. Like specified in https://docs.phpdoc.org/references/phpdoc/tags/internal.html Also, some methods have `INTERNAL:` https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/PersistentCollection.php#L106 I'm not really sure if these methods are meant to be `@internal` or the following text is a internal note? This would require another PR to fix imho.
admin added the pull-request label 2026-01-22 16:06:56 +01:00
admin closed this issue 2026-01-22 16:06:57 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#10248