/home/smartonegroup/www/system/vendor/rector/rector/packages/PhpAttribute/Enum/DocTagNodeState.php
<?php

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

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