| Total Complexity | 1 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 32 | abstract class Trigger implements TriggerContract |
||
| 33 | { |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Parse the response through the available tags. |
||
| 37 | * |
||
| 38 | * @param string $trigger The trigger to parse tags on. |
||
| 39 | * @param Input $input Input information. |
||
| 40 | * |
||
| 41 | * @return string |
||
| 42 | */ |
||
| 43 | protected function parseTags(string $trigger, Input $input): string |
||
| 55 |