for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Andi\GraphQL\Common;
use Andi\GraphQL\Attribute\AbstractField;
final class ReflectionMethodWithAttribute
{
public function __construct(
public readonly \ReflectionMethod $method,
public readonly AbstractField $attribute,
) {
}