8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8449f70 commit fee3813Copy full SHA for fee3813
src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryCompilerTest.php
@@ -18,12 +18,12 @@ final class ClassMetadataFactoryCompilerTest extends TestCase
18
*/
19
private $dumpPath;
20
21
- protected function setUp()
+ protected function setUp(): void
22
{
23
$this->dumpPath = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'php_serializer_metadata.'.uniqid('CompiledClassMetadataFactory').'.php';
24
}
25
26
- protected function tearDown()
+ protected function tearDown(): void
27
28
@unlink($this->dumpPath);
29
0 commit comments