Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
19 | 1 | public function __construct( |
|
20 | string $slackDestinyChannelId, |
||
21 | SlackClientInterface $slackClient, |
||
22 | TemplateGeneratorInterface $templateGenerator |
||
23 | ) { |
||
24 | 1 | $this->slackClient = $slackClient; |
|
25 | 1 | $this->slackDestinyChannelId = $slackDestinyChannelId; |
|
26 | 1 | $this->templateGenerator = $templateGenerator; |
|
27 | 1 | } |
|
37 |