protected function createMatcher() { return \Hamcrest\Type\IsNumeric::numericValue(); }
/** * Is the value a numeric? */ function numericValue() { return \Hamcrest\Type\IsNumeric::numericValue(); }