chore: pint
Some checks are pending
tests / ci (push) Waiting to run

This commit is contained in:
Benjamin Nussbaum 2025-09-22 12:04:33 +02:00
parent 2d76afee6f
commit 8958e65ec2
3 changed files with 34 additions and 33 deletions

View file

@ -31,7 +31,7 @@ final class DeviceModel extends Model
return null;
}
//if higher then 4 return 4bit
// if higher then 4 return 4bit
if ($this->bit_depth > 4) {
return '4bit';
}
@ -39,7 +39,7 @@ final class DeviceModel extends Model
return $this->bit_depth.'bit';
}
/**
/**
* Returns the scale level based on the device width.
*/
public function getScaleLevelAttribute(): ?string