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