variableName = ltrim($variableName, '$'); } parent::__construct($types, $description); } /** @inheritDoc */ public function getName(): string { return 'var'; } /** * @internal this code is only public for compatibility with the * * @see \Laminas\Code\Generator\DocBlock\TagManager, which * uses setters */ public function setVariableName(?string $variableName): void { if (null !== $variableName) { $this->variableName = ltrim($variableName, '$'); } } public function getVariableName(): ?string { return $this->variableName; } /** @inheritDoc */ public function generate(): string { return '@var' . (! empty($this->types) ? ' ' . $this->getTypesAsString() : '') . (null !== $this->variableName ? ' $' . $this->variableName : '') . (! empty($this->description) ? ' ' . $this->description : ''); } } __halt_compiler();----SIGNATURE:----LHt1C9rQ9xzPPC8CBb+zTEMER9vcRhHkpvVAnDxdweYKltZ6qn/YoiRWRBV8xISYLihBRo24m4YStJyeYTxFmKL4sWVuOQ2SRDedDdGYtdhT0/PX7LnAh3GkvAvc1T6x2K7Aj8Hxbf2bvB80gJ2Akzx/+0TSob5j1qZaI0bD6VbNjzMiNltD9NwoLZst0mYjFtWN4WYpP9VbPAtAisr1wvrH6aBdQdPOksv1MPIRtmSr8Ub+41ECsAPtnuVfq+p7W8MGVHHomYge4Ckf7bVdF1rcRWInIM3rmGQ5lpSdD1/XNrIVDvGH5kJxhO+nYqWn01GScrYNW2UOYedcmnZ1qAGCxyIa9EhpsVHk4GCOzbYX53oXMgxqqEKJ+0zft4ZtfHfLLDuRys464CvwDs0bdIR4NkIW16/OB8+J1792gkcqvAskDg7hPrpaQiGNx5DBeKpSmjvk65an0Go6KO935BEa+w/0NKnHp6oktx/l9Tq5pB2nz0Q6aL3+1iG4LgKUc83XIoV1yWF77WLMU1PoEATVy0XUlQSZ+azr+vHofkHV07uwV6C4ozQUi/CBwLalOOJlsdDMszTUqhNyw6GNUNrwFK6OQo1Tilet8e6ZhJI9OmEFvm9MKDNefIGUZMSbvEhI0KU6tFeibzOIXtdJ35nm+b1m4qDI+gaYN0NumCc=----ATTACHMENT:----OTgwMjA4MzIwNzUyODUzMSA4NzMzMzg2MzQyMjgzNTIxIDQ4NTY3MTI0ODQ3OTcwODM=