Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Docblock for constants is not supported #44

Open
neilime opened this issue Mar 14, 2016 · 1 comment
Open

Docblock for constants is not supported #44

neilime opened this issue Mar 14, 2016 · 1 comment

Comments

@neilime
Copy link

neilime commented Mar 14, 2016

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';
@weierophinney
Copy link
Member

This repository has been closed and moved to laminas/laminas-code; a new issue has been opened at laminas/laminas-code#29.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants