Skip to content

Commit db125e8

Browse files
style: fix typo in Description.php (#24)
1 parent 62d6263 commit db125e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Barryvdh/Reflection/DocBlock/Description.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Description implements \Reflector
3535
/**
3636
* Populates the fields of a description.
3737
*
38-
* @param string $content The description's conetnts.
38+
* @param string $content The description's contents.
3939
* @param DocBlock $docblock The DocBlock which this description belongs to.
4040
*/
4141
public function __construct($content, ?DocBlock $docblock = null)

0 commit comments

Comments
 (0)