From 38c09624569551844a9717f77d7c3e5f79d5aefe Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 23 Dec 2023 08:30:59 +0100 Subject: [PATCH] Remove dynamic property --- tests/ContextTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ContextTest.php b/tests/ContextTest.php index b2c8299..e5befab 100644 --- a/tests/ContextTest.php +++ b/tests/ContextTest.php @@ -47,7 +47,6 @@ public static function valuesProvider(): array $storage = new SplObjectStorage; $storage->attach($obj2); - $storage->foo = $obj2; return [ [$obj, spl_object_hash($obj)],