Skip to content

Commit

Permalink
[ApiBundle] Resolve phpstan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojdylak committed Nov 30, 2023
1 parent 41ed0f3 commit 08251e4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ final class PromotionCouponPromotionFilter extends AbstractContextAwareFilter
{
const PROPERTY = 'promotion';

/** @param array<array-key, mixed> $properties */
public function __construct(
private IriConverterInterface $iriConverter,
ManagerRegistry $managerRegistry,
Expand Down Expand Up @@ -67,6 +68,7 @@ protected function filterProperty(
;
}

/** @return array<string, mixed> */
public function getDescription(string $resourceClass): array
{
return [
Expand Down

0 comments on commit 08251e4

Please sign in to comment.