BoundaryReport
The full run of a {@see BoundaryValidator}: one {@see BoundaryRuleResult} per rule checked.
BoundaryReport::__construct()
public function __construct(array $results):Parameters
| Name | Type | Description |
|---|---|---|
| $results | list<BoundaryRuleResult> |
BoundaryReport::ok()
public function ok(): boolTrue when every rule in {@see self::$results} passed.
BoundaryReport::totalViolations()
public function totalViolations(): intSum of violations across every rule in {@see self::$results}.