Current File : //opt/cpanel/ea-wappspector/vendor/rector/rector/src/PhpAttribute/Enum/DocTagNodeState.php
<?php

declare (strict_types=1);
namespace Rector\PhpAttribute\Enum;

final class DocTagNodeState
{
    /**
     * @var string
     */
    public const REMOVE_ARRAY = '__remove_array__';
}