Skip to content

Commit

Permalink
Merge pull request #223 from creative-commoners/pulls/4/pulls/6/prote…
Browse files Browse the repository at this point in the history
…ct-hooks

API Set extension hook implementation visibility to protected
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents ee5f78f + f94c72d commit 9ac89f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Reports/Stubs/SiteSummaryExtensionStub.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class SiteSummaryExtensionStub extends Extension implements TestOnly
{
public function updateAlerts(&$alerts)
protected function updateAlerts(&$alerts)
{
$alerts[] = '<p><strong>Alert! Alert!</strong> <br />Sound the alarm!</p>';
}
Expand Down

0 comments on commit 9ac89f9

Please sign in to comment.