private static function decode(array $attributes) : array { return array_map('urldecode', $attributes); }