| Current Path : /proc/thread-self/root/home/rtorresani/www/vendor/laminas/laminas-feed/src/Writer/ |
| Current File : //proc/thread-self/root/home/rtorresani/www/vendor/laminas/laminas-feed/src/Writer/Version.php |
<?php
declare(strict_types=1);
namespace Laminas\Feed\Writer;
// phpcs:ignore WebimpressCodingStandard.NamingConventions.AbstractClass.Prefix
abstract class Version
{
public const VERSION = '2';
}