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

MNT Update @methods on class docblocks #335

Merged

Conversation

emteknetnz
Copy link
Member

@@ -26,6 +26,9 @@
* Please note: you should generally always extend `Page` with your custom page types. Refrain from subclassing
* `BasePage` directly. Doing so will omit `Page` from your custom class's hierarchy, and this can have unintended
* side effects where modules rely on modifying things on the `Page` class, as well as with templates and themes.
* @method SilverStripe\ORM\ManyManyList<BasePage> RelatedPagesThrough()
Copy link
Member

Choose a reason for hiding this comment

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

This would be a ManyManyThroughList

Copy link
Member Author

Choose a reason for hiding this comment

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

Updated

Copy link
Member

@GuySartorelli GuySartorelli left a comment

Choose a reason for hiding this comment

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

LGTM

@GuySartorelli GuySartorelli merged commit b26fdaf into silverstripe:3.0 Dec 14, 2023
9 checks passed
@GuySartorelli GuySartorelli deleted the pulls/3.0/docblock branch December 14, 2023 23:38
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.

2 participants