Overrides Comparator::accepts
public function accepts(mixed $expected, mixed $actual) : bool { return is_array($expected) && is_array($actual); }