/**
  * {@inheritDoc}
  */
 public function canApplyToType(Type $type)
 {
     // @todo validate also key type!
     return $type instanceof Array_ && $this->getCheckersApplicableToType($type->getValueType());
 }