src/Board/Board.php
Showing 1 of 1 total issue
Function fromCpuInfo
has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring. Open
Open
public static function fromCpuInfo(array $info): static { $hardware = ''; $revision = ''; $serial = ''; $model = '';
- Read upRead up