Matches a Doctrine Proxy class.
Overrides Matcher::matches
public function matches($object, $property) { return $object instanceof Proxy; }