Skip to content

Commit 6194b1a

Browse files
Merge pull request #63 from VincentLanglet/patch-1
Update Keywords phpdoc
2 parents 8d2a9a9 + d948e6b commit 6194b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Packagist/Api/Result/Package/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Version extends AbstractResult
1717
protected $description;
1818

1919
/**
20-
* @var string
20+
* @var array
2121
*/
2222
protected $keywords;
2323

@@ -133,7 +133,7 @@ public function getDescription()
133133
}
134134

135135
/**
136-
* @return string
136+
* @return array
137137
*/
138138
public function getKeywords()
139139
{

0 commit comments

Comments
 (0)