Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/rector/rector/packages/PhpAttribute/Enum/
Upload File :
Current File : //home/rtorresani/www/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__';
}