Skip to content

Commit

Permalink
Update the private vars and methods to be protected so class entities…
Browse files Browse the repository at this point in the history
… that inherit from the base can use them. (#52748)
  • Loading branch information
ramonjd authored Jul 20, 2023
1 parent 2f90b24 commit 7811801
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Gutenberg_REST_Global_Styles_Revisions_Controller_6_3 extends WP_REST_Cont
* @since 6.3.0
* @var string
*/
private $parent_base;
protected $parent_base;

/**
* Constructor.
Expand Down

1 comment on commit 7811801

@github-actions
Copy link

Choose a reason for hiding this comment

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

Flaky tests detected in 7811801.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5616763585
📝 Reported issues:

Please sign in to comment.