Skip to content

Commit

Permalink
Remove dynamic property
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 24, 2023
1 parent 3fbe76f commit 38c0962
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ContextTest.php
Expand Up @@ -47,7 +47,6 @@ public static function valuesProvider(): array

$storage = new SplObjectStorage;
$storage->attach($obj2);
$storage->foo = $obj2;

return [
[$obj, spl_object_hash($obj)],
Expand Down

0 comments on commit 38c0962

Please sign in to comment.