79144828

Date: 2024-10-31 13:03:11
Score: 1
Natty:
Report link

For PHP >= 8

$priority = match (intdiv($count, 20)) {
    0, 1 => 'low',
    2 => 'medium',
    3 => 'high',
    default=>'none'
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alexander Shestakov