: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
class NF_Telemetry_CountMetric extends NF_Telemetry_Metric
public function increment( $increment = 1 )
$new_count = $count + $increment;
return $this->save( $new_count );