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 1730fc3 commit 770ee09Copy full SHA for 770ee09
src/Symfony/Component/Config/ConfigCacheInterface.php
@@ -43,8 +43,8 @@ public function isFresh();
43
/**
44
* Writes cache.
45
*
46
- * @param string $content The content to write into the cache
47
- * @param ResourceInterface[] $metadata An array of ResourceInterface instances
+ * @param string $content The content to write into the cache
+ * @param ResourceInterface[]|null $metadata An array of ResourceInterface instances
48
49
* @throws \RuntimeException When the cache file cannot be written
50
*/
0 commit comments