| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | final class DocumentRenderedEvent extends AbstractEvent |
||
| 19 | { |
||
| 20 | /** @var RenderedContentInterface */ |
||
| 21 | private $output; |
||
| 22 | |||
| 23 | 2853 | public function __construct(RenderedContentInterface $output) |
|
| 26 | 2853 | } |
|
| 27 | |||
| 28 | /** |
||
| 29 | * @psalm-mutation-free |
||
| 30 | */ |
||
| 31 | 2853 | public function getOutput(): RenderedContentInterface |
|
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * @psalm-external-mutation-free |
||
| 38 | */ |
||
| 39 | 9 | public function replaceOutput(RenderedContentInterface $output): void |
|
| 44 |