Merge pull request #44 from dunglas/patch-1

minor: typo fix in PHPDoc
This commit is contained in:
Mike van Riel
2015-02-12 13:17:11 +01:00
@@ -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)