for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Groundskeeper\Tokens\Elements;
use Groundskeeper\Tokens\ElementTypes\FlowContent;
use Groundskeeper\Tokens\ElementTypes\OpenElement;
/**
* "main" element
*
* https://html.spec.whatwg.org/multipage/semantics.html#the-main-element
*/
class Main extends OpenElement implements FlowContent
{
}