diff --git a/src/ProgressBar.php b/src/ProgressBar.php index 5985549..14596b6 100644 --- a/src/ProgressBar.php +++ b/src/ProgressBar.php @@ -104,7 +104,7 @@ public function options(array $value): self * Set the value of the progress. * * @var float|null $value The value of the progress. Set `null` to display loading animation. - * + * * @return self */ public function value(?float $value): self