| Total Complexity | 2 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 8 | class ClockSpinner extends AbstractSpinner |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @return Circular |
||
| 12 | */ |
||
| 13 | 1 | protected function getSymbols(): Circular |
|
| 28 | // '🕜', |
||
| 29 | // '🕝', |
||
| 30 | // '🕞', |
||
| 31 | // '🕟', |
||
| 32 | // '🕠', |
||
| 33 | // '🕡', |
||
| 34 | // '🕢', |
||
| 35 | // '🕣', |
||
| 36 | // '🕤', |
||
| 37 | // '🕥', |
||
| 38 | // '🕦', |
||
| 39 | ]); |
||
| 40 | } |
||
| 41 | |||
| 42 | 1 | protected function getStyles(): ?Circular |
|
| 47 |