zend-code icon indicating copy to clipboard operation
zend-code copied to clipboard

Docblock for constants is not supported

Open neilime opened this issue 9 years ago • 1 comments

Hi,

I think that Classgenerator should support docblock for constants . Ex :

<?php

namespace Participation\Controller;

class IndexController extends \CS\ZF2\Core\Mvc\Controller\AbstractActionController
{

    /**
     * @var string
     */
    const STEP_CONTACT_OK = 'CONTACT_OK';

neilime avatar Mar 14 '16 11:03 neilime

This repository has been closed and moved to laminas/laminas-code; a new issue has been opened at https://github.com/laminas/laminas-code/issues/29.

weierophinney avatar Dec 31 '19 21:12 weierophinney