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