mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-03 18:36:54 +08:00
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:
parent
c1efd3372e
commit
46bf451c18
1 changed files with 2 additions and 2 deletions
|
@ -87,9 +87,9 @@ class MetadataDocument {
|
|||
/**
|
||||
* Sections.
|
||||
*
|
||||
* @var string[]
|
||||
* @var stdClass
|
||||
*/
|
||||
public $sections = [];
|
||||
public $sections;
|
||||
|
||||
/**
|
||||
* Releases.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue