From 541726619e13310a50934073d64239a80261c478 Mon Sep 17 00:00:00 2001
From: jrfnl <jrfnl@users.noreply.github.com>
Date: Sat, 7 Aug 2021 16:34:05 +0200
Subject: [PATCH] PHP 8.1/Tests: fix deprecation notice

---
 tests/phpunit/tests/compat.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/phpunit/tests/compat.php b/tests/phpunit/tests/compat.php
index b9a6872bff..ab75d6256b 100644
--- a/tests/phpunit/tests/compat.php
+++ b/tests/phpunit/tests/compat.php
@@ -318,6 +318,7 @@ class ArrayIteratorFake extends ArrayIterator {
 }
 
 class CountableFake implements Countable {
+	#[ReturnTypeWillChange]
 	public function count() {
 		return 16;
 	}
-- 
2.32.0.windows.2

