79338730

Date: 2025-01-08 10:21:45
Score: 0.5
Natty:
Report link

You should remove the brackets arround the custom rule

'location' => [
  'required',
  'string',
  'min:3',
  'max:100',
  new LocationIsValidRule(),
],

See https://laravel.com/docs/11.x/validation#custom-validation-rules

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Markus