Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/rector/rector/packages/Parallel/ValueObject/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/rector/rector/packages/Parallel/ValueObject/Name.php
<?php

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

/**
 * @api
 * Helpers constant for passing constant names around
 */
final class Name
{
    /**
     * @var string
     */
    public const LINE = 'line';
    /**
     * @var string
     */
    public const MESSAGE = 'message';
    /**
     * @var string
     */
    public const RELATIVE_FILE_PATH = 'relative_file_path';
    /**
     * @var string
     */
    public const DIFF = 'diff';
    /**
     * @var string
     */
    public const DIFF_CONSOLE_FORMATTED = 'diff_console_formatted';
    /**
     * @var string
     */
    public const APPLIED_RECTORS = 'applied_rectors';
    /**
     * @var string
     */
    public const RECTOR_CLASS = 'rector_class';
    /**
     * @var string
     */
    public const RECTORS_WITH_LINE_CHANGES = 'rectors_with_line_changes';
}

Spamworldpro Mini