for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Fiv\Form\Element;
use Fiv\Form\Validator;
/**
* @deprecated
* @see BaseElement
*
* @author Ivan Shcherbak <[email protected]>
* @package Fiv\Form
*/
abstract class Base extends BaseElement {
}