Skip to content

Commit

Permalink
Improved NotificationsConfigParser code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Nov 14, 2024
1 parent 8498b3a commit ff28da4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@

final class NotificationsConfigParser extends AbstractParser
{
public const MAPPED_SETTINGS = ['subscriptions'];
/** @phpstan-var list<string> */
public const array MAPPED_SETTINGS = ['subscriptions'];

public function addSemanticConfig(NodeBuilder $nodeBuilder): void
{
Expand Down

0 comments on commit ff28da4

Please sign in to comment.