/**
  * Matches an empty array.
  */
 function emptyArray()
 {
     return \Hamcrest\Arrays\IsArrayWithSize::emptyArray();
 }