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

namespace PicoFeed\Parser;

/**
 * RSS 0.92 Parser
 *
 * @author  Frederic Guillot
 * @package Parser
 */
class Rss92 extends Rss20
{
}