Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
14 | protected const SYMBOLS = SpinnerSymbols::MOON; |
||
15 | |||
16 | /** {@inheritDoc} */ |
||
17 | 1 | protected function getStyles(): array |
|
18 | { |
||
19 | return [ |
||
20 | 1 | Styling::COLOR256_SPINNER_STYLES => SpinnerStyles::DISABLED, |
|
21 | Styling::COLOR_SPINNER_STYLES => SpinnerStyles::DISABLED, |
||
22 | ]; |
||
23 | } |
||
24 | } |
||
25 |