Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/laminas/laminas-code/src/Generator/
Upload File :
Current File : //home/rtorresani/www/vendor/laminas/laminas-code/src/Generator/PropertyValueGenerator.php

<?php

namespace Laminas\Code\Generator;

class PropertyValueGenerator extends ValueGenerator
{
    protected int $arrayDepth = 1;

    /**
     * @return string
     */
    public function generate()
    {
        return parent::generate() . ';';
    }
}