Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c56acfa

Browse files
committed
Fix tests
1 parent fee3813 commit c56acfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Serializer/CacheWarmer/CompiledClassMetadataCacheWarmer.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ public function warmUp($cacheDir)
5151
$code = $this->classMetadataFactoryCompiler->compile($metadatas);
5252

5353
$this->filesystem->dumpFile("{$cacheDir}/serializer.class.metadata.php", $code);
54+
55+
return [];
5456
}
5557

5658
/**

0 commit comments

Comments
 (0)