protected function createMatcher()
 {
     return \Hamcrest\Type\IsScalar::scalarValue();
 }
 /**
  * Is the value a scalar (boolean, integer, double, or string)?
  */
 function scalarValue()
 {
     return \Hamcrest\Type\IsScalar::scalarValue();
 }