Skip to content

Support for closures/anonymous/inline functions #228

@owzim

Description

@owzim

Currently DocBlocker is not working with this:

$bar = function(string $foo) : bool
{
    return true;
};

it just generates an empty comment:

/** */
$bar = function(string $foo) : bool
{
    return true;
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions