for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Samsara\Fermat\Renderer\Components\Symbols;
use Samsara\Fermat\Renderer\Components\Interfaces\ComponentInterface;
class ThetaSymbol implements ComponentInterface
{
public function getOutput(): string
return '\\theta';
}