Файловый менеджер - Редактировать - /opt/cpanel/ea-wappspector/vendor/slevomat/coding-standard/SlevomatCodingStandard/Helpers/Comment.php
Ðазад
<?php declare(strict_types = 1); namespace SlevomatCodingStandard\Helpers; /** * @internal */ class Comment { private int $pointer; private string $content; public function __construct(int $pointer, string $content) { $this->pointer = $pointer; $this->content = $content; } public function getPointer(): int { return $this->pointer; } public function getContent(): string { return $this->content; } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка