HippoPHP\Hippo\CheckResult::count PHP Method

count() public method

Counts how many violations are in the result.
See also: Countable::count()
public count ( ) : integer
return integer
    public function count()
    {
        return count($this->violations);
    }