Add phpstan
This commit is contained in:
parent
90e8e68fa8
commit
cc557aa0fc
8 changed files with 30 additions and 8 deletions
|
@ -8,6 +8,9 @@ use Drupal\node\NodeInterface;
|
|||
|
||||
final class DailyEmailCollection implements \Countable {
|
||||
|
||||
/**
|
||||
* @param array<positive-int, NodeInterface> $emails
|
||||
*/
|
||||
public function __construct(
|
||||
private array $emails,
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue