BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
zircote
/
swagger-php
/
src
/
Attributes
📤 Upload
📝 New File
📁 New Folder
Close
Editing: QueryParameter.php
<?php declare(strict_types=1); /** * @license Apache 2.0 */ namespace OpenApi\Attributes; #[\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY | \Attribute::TARGET_PARAMETER | \Attribute::IS_REPEATABLE)] class QueryParameter extends Parameter { /** * @inheritdoc */ public $in = 'query'; }
Save
Cancel