The trait Spiral\Core\Exception\Traits\ClosureRendererTrait requires the property $class which is not provided by Spiral\Core\Exception\Re...quiredArgumentException.
Loading history...
12
13
1
protected function getValidationMessage(
14
\ReflectionFunctionAbstract $reflection,
15
string $parameter,
16
): string {
17
1
$pattern = "Missing required argument for the `{$parameter}` parameter for `%s` %s.";