Skip to content

Commit

Permalink
Fix psalm (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmenozzi committed Jul 30, 2021
1 parent 07fc644 commit 9782b54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AttributeOptions/Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function import(string $identifier): void
return;
}

/** @var array[] $attributeOptions */
$attributeOptions = $this->apiClient->findAllAttributeOptions($identifier);
usort(
$attributeOptions,
Expand Down

0 comments on commit 9782b54

Please sign in to comment.