summaryrefslogtreecommitdiffstats
path: root/3rdparty/fguillot/picofeed/lib/PicoFeed/Parser/Rss91.php
blob: 69f175313fd60121b59a1f4a46b8dd9aba7b253e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

namespace PicoFeed\Parser;

/**
 * RSS 0.91 Parser
 *
 * @author  Frederic Guillot
 * @package Parser
 */
class Rss91 extends Rss20
{
}