diff --git a/src/Gauge.php b/src/Gauge.php index 953a92b..87f0a9d 100755 --- a/src/Gauge.php +++ b/src/Gauge.php @@ -217,7 +217,7 @@ public static function supportsSoftDeletes(bool $value = true) /** * Sets reviews table name. * - * @param bool $value + * @param string $value * @return static */ public static function useReviewsTableName(string $value)