From db125e8df4329bd45f2da405aab007f502f38531 Mon Sep 17 00:00:00 2001 From: Aamir Sohail KmAs Date: Sat, 28 Dec 2024 15:00:03 +0500 Subject: [PATCH] style: fix typo in Description.php (#24) --- src/Barryvdh/Reflection/DocBlock/Description.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Barryvdh/Reflection/DocBlock/Description.php b/src/Barryvdh/Reflection/DocBlock/Description.php index a6f46ef..a2c1918 100644 --- a/src/Barryvdh/Reflection/DocBlock/Description.php +++ b/src/Barryvdh/Reflection/DocBlock/Description.php @@ -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)