for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Formularium\Frontend\Bootstrap\Renderable;
use Formularium\Field;
use Formularium\HTMLElement;
class Renderable_cnpj extends \Formularium\Renderable
{
public function viewable($value, Field $field, HTMLElement $previous): HTMLElement
return $previous;
}
public function editable($value, Field $field, HTMLElement $previous): HTMLElement