PHP 8.2.31
Preview: PhpDocAttributeKey.php Size: 741 B
//opt/cpanel/ea-wappspector/vendor/rector/rector/src/BetterPhpDocParser/ValueObject/PhpDocAttributeKey.php

<?php

declare (strict_types=1);
namespace Rector\BetterPhpDocParser\ValueObject;

use Rector\PhpDocParser\PhpDocParser\ValueObject\PhpDocAttributeKey as NativePhpDocAttributeKey;
final class PhpDocAttributeKey
{
    /**
     * @var string
     */
    public const START_AND_END = 'start_and_end';
    /**
     * Fully qualified name of identifier type class
     * @var string
     */
    public const RESOLVED_CLASS = 'resolved_class';
    /**
     * @var string
     */
    public const PARENT = NativePhpDocAttributeKey::PARENT;
    /**
     * @var string
     */
    public const LAST_PHP_DOC_TOKEN_POSITION = 'last_token_position';
    /**
     * @var string
     */
    public const ORIG_NODE = NativePhpDocAttributeKey::ORIG_NODE;
}

Directory Contents

Dirs: 4 × Files: 3

Name Size Perms Modified Actions
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Parser DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
PhpDoc DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
Type DIR
- drwxr-xr-x 2024-11-08 13:59:10
Edit Download
1.07 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
741 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
659 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).