Include composer dependencies in repo
This commit is contained in:
13
vendor/miniflux/picofeed/lib/PicoFeed/Parser/Rss92.php
vendored
Normal file
13
vendor/miniflux/picofeed/lib/PicoFeed/Parser/Rss92.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace PicoFeed\Parser;
|
||||
|
||||
/**
|
||||
* RSS 0.92 Parser.
|
||||
*
|
||||
* @package PicoFeed\Parser
|
||||
* @author Frederic Guillot
|
||||
*/
|
||||
class Rss92 extends Rss20
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user