minor: typo fix in PHPDoc

This commit is contained in:
Kévin Dunglas
2015-02-12 13:08:38 +01:00
parent 09352d3406
commit a8ebd67e2a
@@ -35,7 +35,7 @@ class Description implements \Reflector
/**
* Populates the fields of a description.
*
* @param string $content The description's conetnts.
* @param string $content The description's content.
* @param DocBlock $docblock The DocBlock which this description belongs to.
*/
public function __construct($content, DocBlock $docblock = null)