| Total Complexity | 1 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | trait EmulateText |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @param TextLine|TextBlock $command |
||
| 24 | * @param int|null $width |
||
| 25 | * @param int|null $height |
||
| 26 | * @param int|null $spacing |
||
| 27 | * |
||
| 28 | * @return \Imagick |
||
| 29 | */ |
||
| 30 | private function emulate($command, ?int $width = null, ?int $height = null, ?int $spacing = null): \Imagick |
||
| 47 |