Community
Participate
Working Groups
public function foo(stdClass $a) {} 1. Place the cursor after the opening "(" of the parameters list of the method definition 2. Trigger the Generate Element Comment - the phpDoc of the method is written where the cursor is and not on top of the method The generated comment is wrong. public function foo(/** * @var unknown_type */ stdClass $a) {}
If the current element is a parameter, generating the comment for the parent method.
Verified fixed. Kalin Yanev kalin.a@zend.com