Skip to content

Commit

Permalink
[TASK] Adjust Sanitizer PHPDoc tags (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpi authored May 15, 2023
1 parent f8b9c46 commit 476383a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Sanitizer
protected $context;

/**
* @param Behavior|VisitorInterface[] $items
* @param Behavior|VisitorInterface ...$items
*
* @todo use `__construct(Behavior $behavior, VisitorInterface ...$visitors)`
* (which would have been a breaking change with a PHP fatal error)
Expand Down

0 comments on commit 476383a

Please sign in to comment.