namespace Symfony\Bridge\PhpUnit\Legacy;
/**
* @internal
*/
trait ConstraintTraitForV9
{ use ConstraintLogicTrait;
public function evaluate($other, string
$description = '', bool
$returnResult = false
): ?bool
{ return $this->
doEvaluate($other,
$description,
$returnResult);
} public function count(): int
{ return $this->
doCount();
} public function toString(): string
{ return $this->
doToString();
}