Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DocBlocks not parsed when code indented #489

Open
astorm opened this issue Aug 16, 2019 · 0 comments
Open

DocBlocks not parsed when code indented #489

astorm opened this issue Aug 16, 2019 · 0 comments

Comments

@astorm
Copy link
Owner

astorm commented Aug 16, 2019

Strange behavior -- if the pestle_cli function is indented an extra four characters

foo();...
    /**
    * Showing you options
    *
    * @command some-command
    * @option some-option An Example Option
    */
    function pestle_cli($argv, $options)
    {
        var_dump($options['some-option']);
    }

the @option isn't parsed.

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

No branches or pull requests

1 participant