8000 Fix typo · symfony/symfony@fee3813 · GitHub
[go: up one dir, main page]

Skip to content

Commit fee3813

Browse files
committed
Fix typo
1 parent 8449f70 commit fee3813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryCompilerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ final class ClassMetadataFactoryCompilerTest extends TestCase
1818
*/
1919
private $dumpPath;
2020

21-
protected function setUp()
21+
protected function setUp(): void
2222
{
2323
$this->dumpPath = sys_get_temp_dir().\DIRECTORY_SEPARATOR.'php_serializer_metadata.'.uniqid('CompiledClassMetadataFactory').'.php';
2424
}
2525

26-
protected function tearDown()
26+
protected function tearDown(): void
2727
{
2828
@unlink($this->dumpPath);
2929
}

0 commit comments

Comments
 (0)
0