Файловый менеджер - Редактировать - /opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Transform/ValueObject/ArrayDimFetchToMethodCall.php
Ðазад
<?php declare (strict_types=1); namespace Rector\Transform\ValueObject; use PHPStan\Type\ObjectType; class ArrayDimFetchToMethodCall { /** * @readonly * @var \PHPStan\Type\ObjectType */ private $objectType; /** * @readonly * @var string */ private $method; public function __construct(ObjectType $objectType, string $method) { $this->objectType = $objectType; $this->method = $method; } public function getObjectType() : ObjectType { return $this->objectType; } public function getMethod() : string { return $this->method; } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка