style: fix typo in Description.php (#24)

This commit is contained in:
Aamir Sohail KmAs
2024-12-28 11:00:03 +01:00
committed by GitHub
parent 62d62638b2
commit db125e8df4
@@ -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 contents.
* @param DocBlock $docblock The DocBlock which this description belongs to.
*/
public function __construct($content, ?DocBlock $docblock = null)