From d9f73829180e75df4edf7bc3382ea7fddefb092b Mon Sep 17 00:00:00 2001 From: Michael Schlueter Date: Sat, 23 Mar 2024 16:56:31 +0100 Subject: [PATCH 1/3] Fixed a dynamic property deprecated issue --- .vscode/settings.json | 3 +++ lib/Horde/Autoloader/ClassPathMapper/Application.php | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b05cbd2 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "php.version": "8.2" +} \ No newline at end of file diff --git a/lib/Horde/Autoloader/ClassPathMapper/Application.php b/lib/Horde/Autoloader/ClassPathMapper/Application.php index be411f2..77f00a2 100644 --- a/lib/Horde/Autoloader/ClassPathMapper/Application.php +++ b/lib/Horde/Autoloader/ClassPathMapper/Application.php @@ -41,6 +41,11 @@ class Horde_Autoloader_ClassPathMapper_Application */ protected $_appDir; + /** + * @var string + */ + protected $_classMatchRegex; + /** * @var array */ From b593ed5ddbfc04a9f2e5d527fd73fb8bc4c7d58b Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 23 Mar 2024 17:00:50 +0100 Subject: [PATCH 2/3] Update settings.json --- .vscode/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b05cbd2..8b13789 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1 @@ -{ - "php.version": "8.2" -} \ No newline at end of file + From 25c78fded23f34570b80111afd6b6549a615b171 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 23 Mar 2024 17:10:20 +0100 Subject: [PATCH 3/3] Delete .vscode/settings.json --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8b13789..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1 +0,0 @@ -