minor #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 #12510).

Discussion
----------

Fixed grammar error in docblock

Commits
-------

ba8d937 Fixed grammar error in docblock
This commit is contained in:
Fabien Potencier 2014-11-18 14:50:21 +01:00
commit 84f4c4b35b

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)
{