Fix the documented type and default value of MetadataDocument::$sections. (#193)

Signed-off-by: costdev <79332690+costdev@users.noreply.github.com>
This commit is contained in:
Colin Stewart 2025-07-29 22:29:22 +01:00 committed by GitHub
parent c1efd3372e
commit 46bf451c18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,9 +87,9 @@ class MetadataDocument {
/**
* Sections.
*
* @var string[]
* @var stdClass
*/
public $sections = [];
public $sections;
/**
* Releases.