?????????? ????????? - ??????????????? - /opt/cpanel/ea-wappspector/vendor/rector/rector/rules/TypeDeclaration/ValueObject/DataProviderNodes.php
???????
<?php declare (strict_types=1); namespace Rector\TypeDeclaration\ValueObject; use PhpParser\Node\Attribute; use PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocTagNode; final class DataProviderNodes { /** * @var array<array-key, (Attribute | PhpDocTagNode)> * @readonly */ public $nodes; /** * @param array<array-key, Attribute|PhpDocTagNode> $nodes */ public function __construct(array $nodes) { $this->nodes = $nodes; } public function isEmpty() : bool { return $this->nodes === []; } }
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????