Skip to content

Commit 84f4c4b

Browse files
committed
minor symfony#12510 Fixed grammar error in docblock (gerryvdm)
This PR was submitted for the 2.7 branch but it was merged into the 2.3 branch instead (closes symfony#12510). Discussion ---------- Fixed grammar error in docblock Commits ------- ba8d937 Fixed grammar error in docblock
2 parents 77f115e + ba8d937 commit 84f4c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Config/ConfigCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function isFresh()
9090
* @param string $content The content to write in the cache
9191
* @param ResourceInterface[] $metadata An array of ResourceInterface instances
9292
*
93-
* @throws \RuntimeException When cache file can't be wrote
93+
* @throws \RuntimeException When cache file can't be written
9494
*/
9595
public function write($content, array $metadata = null)
9696
{

0 commit comments

Comments
 (0)