Skip to content

Commit

Permalink
Merge pull request #86 from creative-commoners/pulls/5/protect-hooks
Browse files Browse the repository at this point in the history
API Set extension hook implementation visibility to protected
  • Loading branch information
GuySartorelli authored May 21, 2024
2 parents 5ecde5a + fac69e9 commit 4d3fb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/CheckComposerUpdatesExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class CheckComposerUpdatesExtension extends Extension
*
* @param array[] $installedPackageList
*/
public function updatePackageInfo(array &$installedPackageList)
protected function updatePackageInfo(array &$installedPackageList)
{
// Fetch types of packages that are "allowed" - ie. dependencies that we actually care about
$allowedTypes = (array) Config::inst()->get(UpdatePackageInfoTask::class, 'allowed_types');
Expand Down

0 comments on commit 4d3fb8e

Please sign in to comment.