/home/bdqbpbxa/api-uniferx.goodface.com.ua/vendor/zircote/swagger-php/src/Annotations/Patch.php
<?php declare(strict_types=1);

/**
 * @license Apache 2.0
 */

namespace OpenApi\Annotations;

/**
 * @Annotation
 */
class Patch extends Operation
{
    /**
     * @inheritdoc
     */
    public $method = 'patch';

    /**
     * @inheritdoc
     */
    public static $_parents = [
        PathItem::class,
    ];
}