protected function createMatcher()
 {
     return \Hamcrest\Type\IsArray::arrayValue();
 }
 /**
  * Is the value an array?
  */
 function arrayValue()
 {
     return \Hamcrest\Type\IsArray::arrayValue();
 }