File "BodyParam.php"

Full Path: /var/www/html/back/vendor/knuckleswtf/scribe/src/Attributes/BodyParam.php
File size: 224 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Knuckles\Scribe\Attributes;

use Attribute;

#[Attribute(Attribute::IS_REPEATABLE | Attribute::TARGET_FUNCTION | Attribute::TARGET_METHOD | Attribute::TARGET_CLASS)]
class BodyParam extends GenericParam
{
}