Skip to content

Commit 430fd0f

Browse files
psalm supressed final class due to apigee m10n error
1 parent 1eea59f commit 430fd0f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/Api/Monetization/Entity/SupportedCurrency.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@
2424
use Apigee\Edge\Entity\Property\NamePropertyAwareTrait;
2525
use Apigee\Edge\Entity\Property\StatusPropertyAwareTrait;
2626

27-
final class SupportedCurrency extends OrganizationAwareEntity implements SupportedCurrencyInterface
27+
/**
28+
* @psalm-suppress ClassMustBeFinal
29+
*/
30+
class SupportedCurrency extends OrganizationAwareEntity implements SupportedCurrencyInterface
2831
{
2932
use DescriptionPropertyAwareTrait;
3033
use DisplayNamePropertyAwareTrait;

0 commit comments

Comments
 (0)