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:----BpS5xpJszO5I5SUlQ8jHa4hpGjct8+oGqoqfN9wRipVP8rVZRB8h9eCPQvwm1a7leuvRk3qnO1jQaM0kFs+hoXgMM+eP3maZcFKa2P0kaPiY5+y416/rdgdHE3khB/SxJsLD8JNi2fpPXH+d/AeWTZgmv5L1pacXNXJpzBHl06UAwXUXFlb5aeo4TcNhcv3plkY6hiYIrXcRunCSkdJN6cbdd89GQV/EsNCLJLozGwLeeDwN96OtoJYp2xlvmW2oUOl/gAJn4YDQgEsfRLXVD03kDuFjrDYUJBH/RUJwHOISLrVtHVNznU9uXnjEgWXP9irSCcKTNxPDbck9Y20Y6vfO1LQtoTbwqYv71cuT34ZnA6R+XbqxUpv9gfV7HAQPiKXfcaZvOiz4y5Y9qOcld7aWfeRNhHcHnnC5yWr+DquMdOn3XRriNzgsBPy4p1wHrYO0h/5ZXrpy8uPYGbJFjDQpvsjToUOlcZJFPVJb0kbxg/qplnOTFBTGIejbZ2JdMHxGmb2opqtftkJlT9AMon3Z9987u429+aVTrkauAGYU6l3NSjUxzJ0lnfLz6hwBswn0EhX+Y0+wRDIBrzh2bZSNQ1wbq4MeuZhIYRdL0qFnqEBJmZuKrlivcOFTu4n5KLpKaSV20BYoggiKz4qG9vWBgZGWcFrByMpe/cfCliw=----ATTACHMENT:----NTYyNzYyMTY0NTMxMzg3MiAzOTU2ODIxNzM4ODExODkwIDgxMTY3MTU5NDUzODA0NjA=