Skip to content

Commit

Permalink
Add installedPatches property to fix PHP 8.2 deprecation 1.x version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Dec 20, 2022
1 parent e9969cf commit e190d44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Patches.php
Expand Up @@ -48,6 +48,11 @@ class Patches implements PluginInterface, EventSubscriberInterface {
*/
protected $patches;

/**
* @var array $installedPatches
*/
protected $installedPatches;

/**
* Apply plugin modifications to composer
*
Expand Down

0 comments on commit e190d44

Please sign in to comment.