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

Description of method-argument (@param) #342

Open
horstoeko opened this issue Feb 10, 2023 · 0 comments
Open

Description of method-argument (@param) #342

horstoeko opened this issue Feb 10, 2023 · 0 comments

Comments

@horstoeko
Copy link

Hi,

I have the following situation: I have a Method declared with DocBlock in front:

    /**
     * This method performs some actions
     *
     * @param string   $param1  This is Argument 1
     * @param string   $param2  This is Argument 2
     * @return SomeObject
     */
    public function someMethod(string $param1, string $param2): SomeObject
    {
        ....
    }

How can I get information about descriptions of the individual arguments ("This is Argument 1",...)? Unfortunately, the "Argument" class does not offer any possibility.

Many thanks for the help and support.

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