diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-13 06:57:04 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-13 06:57:04 +0200 |
commit | 46144286a8473e0c4fd7918937bf7d2a7ec478a7 (patch) | |
tree | 9b37cdce1b3a2e9d8a658333cd80afd67cb2ebab /31933c1e9e455d4c039cbbc4daf0bee85691729b.patch | |
parent | 17612042d6cc2cbee5074bbebc1122f384caf81b (diff) |
Diffstat (limited to '31933c1e9e455d4c039cbbc4daf0bee85691729b.patch')
-rw-r--r-- | 31933c1e9e455d4c039cbbc4daf0bee85691729b.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/31933c1e9e455d4c039cbbc4daf0bee85691729b.patch b/31933c1e9e455d4c039cbbc4daf0bee85691729b.patch deleted file mode 100644 index 9759f92..0000000 --- a/31933c1e9e455d4c039cbbc4daf0bee85691729b.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 31933c1e9e455d4c039cbbc4daf0bee85691729b Mon Sep 17 00:00:00 2001 -From: Sebastian Bergmann <sb@sebastian-bergmann.de> -Date: Thu, 26 Jun 2025 13:13:55 +0200 -Subject: [PATCH] Closes #31 - ---- - tests/ContextTest.php | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/ContextTest.php b/tests/ContextTest.php -index eec3f4f..b261f72 100644 ---- a/tests/ContextTest.php -+++ b/tests/ContextTest.php -@@ -107,7 +107,7 @@ public function testContainsFound(array|object $value, int $key): void - * @param array<mixed>|object $value - */ - #[DataProvider('valuesProvider')] -- public function testContainsNotFound(array|object $value): void -+ public function testContainsNotFound(array|object $value, int $key): void - { - $context = new Context; - |