mixed $expected:
mixed $actual:
Overrides ObjectComparator::accepts
public function accepts($expected, $actual) : bool { return is_object($expected) && is_object($actual) && $actual instanceof ProphecyInterface; }