encoders as $encoder){ if($encoder->support($format)) return $encoder; } throw new \RuntimeException('no encoder found for this export request'); } }