File manager - Edit - /var/www/payraty/helpdesk/vendor/rector/rector/vendor/nette/neon/src/Neon/Token.php
Back
<?php /** * This file is part of the Nette Framework (https://nette.org) * Copyright (c) 2004 David Grudl (https://davidgrudl.com) */ declare (strict_types=1); namespace RectorPrefix202208\Nette\Neon; /** @internal */ final class Token { public const String = 1; public const Literal = 2; public const Char = 0; public const Comment = 3; public const Newline = 4; public const Whitespace = 5; /** @var string */ public $value; /** @var int|string */ public $type; public function __construct(string $value, $type) { $this->value = $value; $this->type = $type; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings