<?php namespace Dingo\Blueprint\Annotation; /** * @Annotation */ class Transaction { /** * @array<Request|Response> */ public $value; }