Fixed grammar error in docblock

This commit is contained in:
gerryvdm 2014-11-18 14:29:43 +01:00 committed by Fabien Potencier
parent 77f115eacf
commit ba8d93705c

View File

@ -90,7 +90,7 @@ class ConfigCache
* @param string $content The content to write in the cache
* @param ResourceInterface[] $metadata An array of ResourceInterface instances
*
* @throws \RuntimeException When cache file can't be wrote
* @throws \RuntimeException When cache file can't be written
*/
public function write($content, array $metadata = null)
{