Skip to content

Commit

Permalink
docs (#292)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Apr 5, 2023
1 parent 00216e3 commit 65a28f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Expand Up @@ -34,6 +34,8 @@
class LicenseRepositoryNormalizer extends _BaseNormalizer
{
/**
* If there is any {@see LicenseExpression} in `$repo`, then this is the only item that is normalized.
*
* @return DOMElement[]
*
* @psalm-return list<DOMElement>
Expand Down
Expand Up @@ -32,6 +32,9 @@
*/
class LicenseRepositoryNormalizer extends _BaseNormalizer
{
/**
* If there is any {@see LicenseExpression} in `$repo`, then this is the only item that is normalized.
*/
public function normalize(LicenseRepository $repo): array
{
$licenses = $repo->getItems();
Expand Down

0 comments on commit 65a28f2

Please sign in to comment.