| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 8 | class MoonSpinner extends AbstractSpinner |
||
| 9 | { |
||
| 10 | /** {@inheritDoc} */ |
||
| 11 | 1 | protected function getSymbols(): Circular |
|
| 22 | // '🌑', |
||
| 23 | // '🌒', |
||
| 24 | // '🌓', |
||
| 25 | // '🌔', |
||
| 26 | // '🌕', |
||
| 27 | // '🌖', |
||
| 28 | // '🌗', |
||
| 29 | // '🌘', |
||
| 30 | ]); |
||
| 31 | } |
||
| 32 | |||
| 33 | /** {@inheritDoc} */ |
||
| 34 | 1 | protected function getStyles(): ?Circular |
|
| 39 |