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:----AUr/3HeM4VknnuaKdxV86JXigHwKr9TgcWVdNscub+xcIQqpASvXBzFRDQlE5hKLCi8uFUufO9JgcinmpwMWVFVTB0XNQj4pSFytgCH5KeTqXMT2EAuXF16GsApj/3z2KU1TmWx1u1j44VRRSCxxZlZtgTEzymVwAgczMyQ/iydPhPmEly0OYjxpIxam/UTCmXpVn+ZaZTMKzdaNSYmvJdoFkj+7lQCg31qf3jj/wqLAMR3zbHY+6RpUwUA5TqlVoOzgWONci8H54DPd4DHGtpyTZynCYx3gWBo+w5E5mqWPfqsK81arHzeDABLOhbs6+8yw9VumK88c4q39UO8scuNBwQ9qMbPsBGEwB7wHzSmPoRkOWEgyCpd6b8iI3bFnCFv5Gh+lXAcqH/tUELSop/o6YyPBZ0we4hodoThmD3sTmJB+YcY4x8uu9w5PY7LUUSgXyuv94h0vZLptxXdNP/pVj6lBYhJaMRmGGTvYYbIbUYYUEkFo5jdCJpkb2j5B2qkVAnYEbbpL9+PVYPLag25sYWWLQOkyWKpLKB9+aMSbOKv0Kn0e2CnEMgfcIGfM29wxoGRfVopS1wWm8iJMLugw3WP6ZhS5PtHzeilBbT0a4CanHHpP/k5m78SQjjUT2gwniB8jnJVOQmKjDxjmejS7CTojxa1LNu5LDX3bfJc=----ATTACHMENT:----NjExNDg4OTMzNzc1NjAxNCA1NjgzNjc5NzcwMTIyMjM2IDkyMzc2MzI5OTg2ODcyNTU=