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
|
b
|
class ArrayIteratorFake extends ArrayIterator { |
318 | 318 | } |
319 | 319 | |
320 | 320 | class CountableFake implements Countable { |
| 321 | #[ReturnTypeWillChange] |
321 | 322 | public function count() { |
322 | 323 | return 16; |
323 | 324 | } |