summaryrefslogtreecommitdiffstats
path: root/application/third_party
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2023-01-29 14:20:06 +0100
committerFlorian Pritz <bluewind@xinu.at>2023-01-29 14:20:06 +0100
commita4dccec7626946879f2110733a220aee3105193f (patch)
treebbce4bb65e760b09927b07cf62e321096161dd5b /application/third_party
parent0ca713be4d12c0c27c4997c5f206cab699dcaa15 (diff)
feat(PHP8.2): Fix dynamic properties deprecation warnings
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/third_party')
-rwxr-xr-xapplication/third_party/test-more-php/Test-Simple-OO.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/third_party/test-more-php/Test-Simple-OO.php b/application/third_party/test-more-php/Test-Simple-OO.php
index 33fb643a9..a8302d208 100755
--- a/application/third_party/test-more-php/Test-Simple-OO.php
+++ b/application/third_party/test-more-php/Test-Simple-OO.php
@@ -73,6 +73,7 @@ class TestSimple {
protected $NumberOfTests;
protected $CurrentTestNumber;
protected $Filter;
+ protected $LastFail;
protected $notes;