Skip to content

Commit

Permalink
style: fix typo in Description.php (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
AamirSohailKmAs authored Dec 28, 2024
1 parent 62d6263 commit db125e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Barryvdh/Reflection/DocBlock/Description.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit db125e8

Please sign in to comment.