`Section`: Fix type for property `$commentPost`

This commit is contained in:
raviks789 2023-08-15 09:44:32 +02:00
parent ceead3dee2
commit e2ac5c9b08
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class Section
/** /**
* Comment added at the end of the same line * Comment added at the end of the same line
* *
* @var string * @var Comment
*/ */
protected $commentPost; protected $commentPost;