8000 DocBlock fixes · symfony/symfony@770ee09 · GitHub
[go: up one dir, main page]

Skip to content

Commit 770ee09

Browse files
committed
DocBlock fixes
1 parent 1730fc3 commit 770ee09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Config/ConfigCacheInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ public function isFresh();
4343
/**
4444
* Writes cache.
4545
*
46-
* @param string $content The content to write into the cache
47-
* @param ResourceInterface[] $metadata An array of ResourceInterface instances
46+
* @param string $content The content to write into the cache
47+
* @param ResourceInterface[]|null $metadata An array of ResourceInterface instances
4848
*
4949
* @throws \RuntimeException When the cache file cannot be written
5050
*/

0 commit comments

Comments
 (0)
0