Skip to content

Commit

Permalink
Fix code checker error
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Jan 11, 2025
1 parent 872dd7a commit c325078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/local/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static function get_hardware_model() {
$revisionnumber = hexdec($revisioncode);

// Define arrays of various hardware parameter values.
$memorysizes = ['256MB', '512MB', '1GB', '2GB', '4GB', '8GB', '16GB', ];
$memorysizes = ['256MB', '512MB', '1GB', '2GB', '4GB', '8GB', '16GB' ];
$models = ['A', 'B', 'A+', 'B+', '2B', 'Alpha', 'CM1', 'Unknown',
'3B', 'Zero', 'CM3', 'Unknown', 'ZeroW', '3B+', '3A+', 'Internal use',
'CM3+', '4B', 'Zero2W', '400', 'CM4', 'CM4S', 'Internal use', '5',
Expand Down

0 comments on commit c325078

Please sign in to comment.