BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
zircote
/
swagger-php
/
src
/
Annotations
📤 Upload
📝 New File
📁 New Folder
Close
Editing: Get.php
<?php declare(strict_types=1); /** * @license Apache 2.0 */ namespace OpenApi\Annotations; /** * @Annotation */ class Get extends Operation { /** * @inheritdoc */ public $method = 'get'; /** * @inheritdoc */ public static $_parents = [ PathItem::class, ]; }
Save
Cancel