Skip to content

Commit

Permalink
attempt phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
tregismoreira committed Jul 22, 2024
1 parent 39c9957 commit 6c2df10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/social_features/social_event/src/EdaHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ final class EdaHandler {
* {@inheritDoc}
*/
public function __construct(
private ?SocialEdaDispatcher $dispatcher,
private UuidInterface $uuid,
private RequestStack $requestStack,
private ModuleHandlerInterface $moduleHandler,
private readonly ?SocialEdaDispatcher $dispatcher,
private readonly UuidInterface $uuid,
private readonly RequestStack $requestStack,
private readonly ModuleHandlerInterface $moduleHandler,
) {}

/**
Expand Down

0 comments on commit 6c2df10

Please sign in to comment.