<?php is_scalar(mixed $value): bool
<?php { $actualValue = $this->getValue($attribute); if (is_scalar($actualValue) || is_null($actualValue)) { $message = str_replace(':input', $this->getDisplayableValue($attribute, $actualValue), $message); }
<?php return false; } if (! is_scalar($value) && ! method_exists($value, '__toString')) { return false; }