Example #1
0
 protected static function prepare($config)
 {
     // Invalid type given, unset to use default user agent setting
     if (isset($config['type']) && !in_array($config['type'], Ol::validTypes())) {
         unset($config['type']);
     }
     return $config;
 }