for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace pjpawel\Magis\Helper;
/**
* @author Paweł Podgórski <[email protected]>
*/
class Tag implements ComponentInterface
{
public function show(): string
return '';
}