self::B7Standard, 'premium_diesel', 'b7_premium' => self::B7Premium, 'petrol', 'unleaded', 'e10' => self::E10, 'premium_unleaded', 'e5' => self::E5, 'b10' => self::B10, 'hvo' => self::Hvo, default => throw new \ValueError("Unknown fuel type alias: {$alias}"), }; } }