miniflux-legacy/vendor/fguillot/picofeed/lib/PicoFeed/Parser/Rss91.php

13 lines
125 B
PHP
Raw Normal View History

<?php
namespace PicoFeed\Parser;
/**
* RSS 0.91 Parser.
*
* @author Frederic Guillot
*/
class Rss91 extends Rss20
{
}