
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

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

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