mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[ApiBundle] Resolve phpstan issues
This commit is contained in:
parent
41ed0f33d5
commit
08251e45c3
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
@ -67,6 +68,7 @@ final class PromotionCouponPromotionFilter extends AbstractContextAwareFilter
|
|||
;
|
||||
}
|
||||
|
||||
/** @return array<string, mixed> */
|
||||
public function getDescription(string $resourceClass): array
|
||||
{
|
||||
return [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue