From 2a5857bbf2055bda9e39087aefd0d4bcc944f089 Mon Sep 17 00:00:00 2001 From: Stefan Korn Date: Fri, 14 Feb 2025 09:13:40 +0100 Subject: [PATCH] #44 - Compatibility php8.2 and above --- src/Writer/Factory.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Writer/Factory.php b/src/Writer/Factory.php index 9a69f61..702b289 100644 --- a/src/Writer/Factory.php +++ b/src/Writer/Factory.php @@ -19,6 +19,11 @@ class Factory '/^.+\.info$/i' => Drupal7::class, ]; + /** + * package install path + */ + protected string $path; + /** * Given a package install path, return the appropriate .info file writer. */