From 41fa218426e36e39b85199c8d0c79a05561d5a41 Mon Sep 17 00:00:00 2001 From: "Gudmundur D. Haraldsson" Date: Mon, 11 Sep 2023 16:10:49 +0000 Subject: [PATCH] PHP 8.2 compatibility --- tests/integration/GitHubPrGenericSupportCommentTest.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/integration/GitHubPrGenericSupportCommentTest.php b/tests/integration/GitHubPrGenericSupportCommentTest.php index 4cb463297..9bcc30346 100644 --- a/tests/integration/GitHubPrGenericSupportCommentTest.php +++ b/tests/integration/GitHubPrGenericSupportCommentTest.php @@ -44,6 +44,13 @@ final class GitHubPrGenericSupportCommentTest extends TestCase { */ private array $options = array(); + /** + * Variable for current user information. + * + * @var $current_user_info + */ + private mixed $current_user_info = null; + /** * Setup function. Require file, set up variables, etc. *