final class ForeverStorageCheck implements CheckInterface

Tests forever() storage (no expiration).

Basic forever storage is mode-agnostic, but hash field TTL verification is any mode specific.

Methods

string
name()

Get the human-readable name of this check.

run(DoctorContext $context)

Run the check and return results.

Details

at line 18
string name()

Get the human-readable name of this check.

Return Value

string

at line 23
CheckResult run(DoctorContext $context)

Run the check and return results.

Parameters

DoctorContext $context

Return Value

CheckResult