protected function createMatcher()
 {
     return \Hamcrest\Core\IsTypeOf::typeOf('integer');
 }
 /**
  * Is the value a particular built-in type?
  */
 function typeOf($theType)
 {
     return \Hamcrest\Core\IsTypeOf::typeOf($theType);
 }