for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mostafaznv\PdfOptimizer\Attributes;
use Attribute;
#[Attribute(Attribute::TARGET_PROPERTY)]
class Option
{
public function __construct(public string $name) {}
}