Conditions | 1 |
Paths | 1 |
Total Lines | 16 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
28 | public function getDeviceEnumList() |
||
29 | { |
||
30 | return [ |
||
31 | DeviceProfile::BRYTON_UNKNOWN, |
||
32 | DeviceProfile::BRYTON_RIDER_10, |
||
33 | DeviceProfile::BRYTON_RIDER_15, |
||
34 | DeviceProfile::BRYTON_RIDER_310, |
||
35 | DeviceProfile::BRYTON_RIDER_330, |
||
36 | DeviceProfile::BRYTON_RIDER_410, |
||
37 | DeviceProfile::BRYTON_RIDER_420, |
||
38 | DeviceProfile::BRYTON_RIDER_450, |
||
39 | DeviceProfile::BRYTON_RIDER_530, |
||
40 | DeviceProfile::BRYTON_RIDER_860, |
||
41 | DeviceProfile::BRYTON_RIDER_ONE, |
||
42 | ]; |
||
43 | } |
||
44 | } |
||
45 |