File manager - Edit - /opt/cpanel/ea-wappspector/vendor/rector/rector/src/PhpAttribute/Contract/AnnotationToAttributeMapperInterface.php
Back
<?php declare (strict_types=1); namespace Rector\PhpAttribute\Contract; use PhpParser\Node\Expr; /** * @template T as mixed */ interface AnnotationToAttributeMapperInterface { /** * @param mixed $value */ public function isCandidate($value) : bool; /** * @param T $value */ public function map($value) : Expr; }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0 |
proxy
|
phpinfo
|
Settings