File manager - Edit - /var/www/payraty/helpdesk/vendor/rector/rector/rules/DependencyInjection/Collector/VariablesToPropertyFetchCollection.php
Back
<?php declare (strict_types=1); namespace Rector\DependencyInjection\Collector; use PHPStan\Type\ObjectType; final class VariablesToPropertyFetchCollection { /** * @var array<string, ObjectType> */ private $variableNameAndType = []; public function addVariableNameAndType(string $name, ObjectType $objectType) : void { $this->variableNameAndType[$name] = $objectType; } /** * @return array<string, ObjectType> */ public function getVariableNamesAndTypes() : array { return $this->variableNameAndType; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings