Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
17 | [ |
||
18 | StylesInterface::COLOR256_SPINNER_STYLES => SpinnerStyles::DISABLED, |
||
19 | StylesInterface::COLOR_SPINNER_STYLES => SpinnerStyles::DISABLED, |
||
20 | StylesInterface::COLOR_MESSAGE_STYLES => SpinnerStyles::C_DARK, |
||
21 | StylesInterface::COLOR_PERCENT_STYLES => SpinnerStyles::C_DARK, |
||
22 | ]; |
||
24 |