From e190d4466fe2b103a55467dfa83fc2fecfcaf2db Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Wed, 21 Dec 2022 09:53:13 +1100 Subject: [PATCH] Add installedPatches property to fix PHP 8.2 deprecation 1.x version (#422) --- src/Patches.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Patches.php b/src/Patches.php index 52e4203a..3d7d864a 100644 --- a/src/Patches.php +++ b/src/Patches.php @@ -48,6 +48,11 @@ class Patches implements PluginInterface, EventSubscriberInterface { */ protected $patches; + /** + * @var array $installedPatches + */ + protected $installedPatches; + /** * Apply plugin modifications to composer *