. */ declare(strict_types=1); namespace SP; use Attribute; /** * Class OutputChecker */ #[Attribute(Attribute::TARGET_METHOD)] final class OutputChecker { }