Skip to content

Commit

Permalink
Merge pull request #180 from creative-commoners/pulls/6.1/docblock
Browse files Browse the repository at this point in the history
MNT Update @methods on class docblocks
  • Loading branch information
GuySartorelli authored Dec 14, 2023
2 parents 713a19c + 880f6fe commit 347cf80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Extension/Engine/SiteTreePublishingEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
* * action - name of the executed action: publish or unpublish
*
* @see PublishableSiteTree
* @method SiteTree|PublishableSiteTree|$this getOwner()
*/
class SiteTreePublishingEngine extends SiteTreeExtension implements Resettable
{
Expand Down
1 change: 0 additions & 1 deletion src/Extension/Publishable/PublishableSiteTree.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
* an extension via the config system ordering (inject your extension "before" the PublishableSiteTree).
*
* @see SiteTreePublishingEngine
* @method SiteTree|SiteTreePublishingEngine|$this getOwner()
*/
class PublishableSiteTree extends DataExtension implements StaticallyPublishable, StaticPublishingTrigger
{
Expand Down

0 comments on commit 347cf80

Please sign in to comment.