?????????? ????????? - ??????????????? - /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/rector/rector-phpunit/src/ValueObject/BinaryOpWithAssertMethod.php
???????
<?php declare (strict_types=1); namespace Rector\PHPUnit\ValueObject; final class BinaryOpWithAssertMethod { /** * @readonly * @var string */ private $binaryOpClass; /** * @readonly * @var string */ private $assetMethodName; /** * @readonly * @var string */ private $notAssertMethodName; public function __construct(string $binaryOpClass, string $assetMethodName, string $notAssertMethodName) { $this->binaryOpClass = $binaryOpClass; $this->assetMethodName = $assetMethodName; $this->notAssertMethodName = $notAssertMethodName; } public function getBinaryOpClass() : string { return $this->binaryOpClass; } public function getAssetMethodName() : string { return $this->assetMethodName; } public function getNotAssertMethodName() : string { return $this->notAssertMethodName; } }
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????