Suppress warning

This commit is contained in:
Sebastian Bergmann 2025-09-22 07:12:09 +02:00
parent 5fc7be9ead
commit ec175443bf
No known key found for this signature in database
GPG Key ID: 4AA394086372C20A
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class ExporterTest extends TestCase
$storage = new SplObjectStorage;
$storage->attach($obj2);
$storage->foo = $obj2;
@$storage->foo = $obj2;
$resource = fopen('php://memory', 'r');
fclose($resource);