79341014

Date: 2025-01-08 23:48:34
Score: 1.5
Natty:
Report link

After re-reading the documentation, I realized I missread the purpose of formatValue, which is what I need.

->formatValue(function ($value) {
  return is_null($value) ? "Not set" : $value;
});
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: scader