minor: typo fix in PHPDoc

This commit is contained in:
Kévin Dunglas
2015-02-12 13:08:38 +01:00
parent 1d43dcf418
commit b735f12f62
@@ -35,7 +35,7 @@ class Description implements \Reflector
/** /**
* Populates the fields of a description. * 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. * @param DocBlock $docblock The DocBlock which this description belongs to.
*/ */
public function __construct($content, DocBlock $docblock = null) public function __construct($content, DocBlock $docblock = null)