Skip to content

Commit

Permalink
PHP 8.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds committed Sep 11, 2023
1 parent a9d6da3 commit 41fa218
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/integration/GitHubPrGenericSupportCommentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 41fa218

Please sign in to comment.