for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Cycle\Schema\Renderer\MermaidRenderer\Method;
use Cycle\Schema\Renderer\MermaidRenderer\Method;
final class HasOneMethod extends Method
{
public function __construct(string $name, string $target)
parent::__construct($name, $target, 'HO');
}