?????????? ????????? - ??????????????? - /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.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????