FlushBehaviorCheck
final class FlushBehaviorCheck implements CheckInterface
Tests flush behavior semantics.
Any mode: Any tag flushes item (OR logic). All mode: All tags required to flush (AND logic).
Methods
string
name()
Get the human-readable name of this check.
Details
at line 18
string
name()
Get the human-readable name of this check.
at line 23
CheckResult
run(DoctorContext $context)
Run the check and return results.