| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | final class StyleFrameFactory implements Contract\IStyleFrameFactory |
||
| 12 | { |
||
| 13 | public function __construct( |
||
| 16 | } |
||
| 17 | |||
| 18 | public function create(string $sequence, ?int $width = null): IFrame |
||
| 24 | ); |
||
| 25 | } |
||
| 26 | |||
| 27 | protected function measure(string $sequence): int |
||
| 32 | ); |
||
| 33 | } |
||
| 34 | |||
| 35 | protected function refineSequence(string $sequence): string|array |
||
| 40 |