for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace FRZB\Component\RequestMapper\Attribute;
#[\Attribute(\Attribute::TARGET_PROPERTY)]
final class ArrayType
{
public function __construct(
public readonly string $typeName,
) {
}