| 1 | <?php |
||
| 14 | class FitMapping |
||
| 15 | { |
||
| 16 | public static function guessDevice($manufactorId, $productId) |
||
| 36 | |||
| 37 | public function getGarminDevice($productId) |
||
| 43 | |||
| 44 | public function getCorosDevice($productId) |
||
| 50 | |||
| 51 | public function getSuuntoDevice($productId) |
||
| 57 | |||
| 58 | public function getWahooDevice($productId) |
||
| 64 | |||
| 65 | public function getOsynceDevice($productId) |
||
| 71 | } |
||
| 72 |
The break statement is not necessary if it is preceded for example by a return statement:
If you would like to keep this construct to be consistent with other case statements, you can safely mark this issue as a false-positive.