Property | Type | Description | |
---|---|---|---|
$reporters | array | List of reporters to dispatch to. |
Method | Description | |
---|---|---|
__construct ( array $reporters ) : void | Construct reporter dispatcher | |
report ( pchRepository $repository, array $issues ) : void | Report occured issues |
public __construct ( array $reporters ) : void | ||
$reporters | array | |
return | void |
protected array $reporters | ||
return | array |