Skip to content

Commit

Permalink
Merge pull request #63 from VincentLanglet/patch-1
Browse files Browse the repository at this point in the history
Update Keywords phpdoc
  • Loading branch information
robbieaverill committed Sep 8, 2020
2 parents 8d2a9a9 + d948e6b commit 6194b1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Packagist/Api/Result/Package/Version.php
Expand Up @@ -17,7 +17,7 @@ class Version extends AbstractResult
protected $description;

/**
* @var string
* @var array
*/
protected $keywords;

Expand Down Expand Up @@ -133,7 +133,7 @@ public function getDescription()
}

/**
* @return string
* @return array
*/
public function getKeywords()
{
Expand Down

0 comments on commit 6194b1a

Please sign in to comment.