/**
  * Is the value an object?
  */
 function anObject()
 {
     return \Hamcrest\Type\IsObject::objectValue();
 }
 protected function createMatcher()
 {
     return \Hamcrest\Type\IsObject::objectValue();
 }