You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Laravel\Nova\Metrics\ValueResult class the function format must accept an array|string $format param
/** * Set the metric value formatting. * * @param string $format * @return $this */publicfunctionformat($format)
{
$this->format = $format;
return$this;
}
This is documentation about the format method
The text was updated successfully, but these errors were encountered:
trippo
changed the title
Laravel\Nova\Metrics\ValueResult wrong param $format PHPdoc
Laravel\Nova\Metrics\ValueResult wrong PHPdoc type of $format param
Jan 11, 2024
Description:
On
Laravel\Nova\Metrics\ValueResult
class the functionformat
must accept anarray|string $format
paramThis is documentation about the
format
methodThe text was updated successfully, but these errors were encountered: