golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/PhpAttribute/Enum
⬆️ Go Up
Upload
File/Folder
Size
Actions
DocTagNodeState.php
189 B
Del
OK
Edit: DocTagNodeState.php
<?php declare (strict_types=1); namespace Rector\PhpAttribute\Enum; final class DocTagNodeState { /** * @var string */ public const REMOVE_ARRAY = '__remove_array__'; }
Save