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

PhpDoc hashes don't work for constructor parameters #50

Closed
King2500 opened this issue Mar 18, 2016 · 0 comments · Fixed by #74
Closed

PhpDoc hashes don't work for constructor parameters #50

King2500 opened this issue Mar 18, 2016 · 0 comments · Fixed by #74

Comments

@King2500
Copy link
Contributor

It looks like, the hashes "registration" doesn't work for constructor parameters:

Class Car
{
   /**
    * @param string $foo my Var #Class
    * @param string $bar my car #<ProviderName> foo bar
    */
   public function __construct($foo, $bar) {}
}

$bla = new Car('<CARET>');
cedricziel pushed a commit to cedricziel/idea-php-toolbox that referenced this issue Jun 14, 2018
cedricziel pushed a commit to cedricziel/idea-php-toolbox that referenced this issue Jun 14, 2018
cedricziel pushed a commit to cedricziel/idea-php-toolbox that referenced this issue Jun 14, 2018
cedricziel pushed a commit to cedricziel/idea-php-toolbox that referenced this issue Jun 14, 2018
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

Successfully merging a pull request may close this issue.

1 participant