Skip to content

Commit

Permalink
Fix PHP CS
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Dec 12, 2023
1 parent 8065b88 commit de04a9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Promotion/Decorator/PromotionProcessorDecorator.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
final class PromotionProcessorDecorator implements PromotionProcessorInterface
{
public function __construct(
#[AutowireDecorated] private readonly PromotionProcessor $promotionProcessor,
#[AutowireDecorated]
private readonly PromotionProcessor $promotionProcessor,
private readonly PromotionContextInterface $promotionContext,
) {
}
Expand Down

0 comments on commit de04a9e

Please sign in to comment.