final class EdgeCasesCheck implements CheckInterface

Tests edge cases: null, zero, empty string, special characters, complex data.

Most tests are mode-agnostic, but tag hash 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 17
string name()

Get the human-readable name of this check.

Return Value

string

at line 22
CheckResult run(DoctorContext $context)

Run the check and return results.

Parameters

DoctorContext $context

Return Value

CheckResult